Skip to content

Commit

Permalink
fix url path
Browse files Browse the repository at this point in the history
  • Loading branch information
maystery committed Sep 30, 2019
1 parent 9ffdcec commit 656e588
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions user_documentation/rst/deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ Step 1: Download the ansible playbook.

::

curl --output ansible-micado-0.7.3.tar.gz -L https://github.com/micado-scale/ansible-micado/releases/download/v0.7.3/ansible-micado-0.7.3.tar.gz
tar -zxvf ansible-micado-0.7.3.tar.gz
cd ansible-micado-0.7.3/
curl --output ansible-micado-0.8.0.tar.gz -L https://github.com/micado-scale/ansible-micado/releases/download/v0.8.0/ansible-micado-0.8.0.tar.gz
tar -zxvf ansible-micado-0.8.0.tar.gz
cd ansible-micado-0.8.0/

Step 2: Specify cloud credential for instantiating MiCADO workers.
------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion user_documentation/rst/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Release Notes
- fix keypair distribution to worker nodes
- update TOSCA template for Kubernetes application-level secret distribution
- refactor Kubernetes translation
- fix Policy Keeper Kubernetes node maintenance
- fix Policy Keeper Kubernetes node maintenance
- propagate Kubelet configuration to woker nodes
- support system cGroup driver by Docker & Kubernetes
- fix Kubernetes node objects to be deleted on "undeploy"
Expand Down

0 comments on commit 656e588

Please sign in to comment.