Skip to content

Commit

Permalink
Avoid the use of nephio.yml in sandbox playbooks
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Morales <v.morales@samsung.com>
  • Loading branch information
electrocucaracha committed Jul 28, 2023
1 parent e52a8d5 commit 946d1eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions e2e/provision/install_sandbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ if [ "${DEPLOYMENT_TYPE:-r1}" == "one-summit" ]; then
else
# Management cluster creation
if [[ ${DEBUG:-false} != "true" ]]; then
ansible-playbook -i ./nephio.yaml playbooks/cluster.yml
ansible-playbook -i 127.0.0.1, playbooks/cluster.yml
else
ansible-playbook -vvv -i ./nephio.yaml playbooks/cluster.yml
ansible-playbook -vvv -i 127.0.0.1, playbooks/cluster.yml
fi
fi

Expand Down
2 changes: 1 addition & 1 deletion e2e/provision/playbooks/cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
##############################################################################

- name: Bootstrap Management cluster
hosts: vm
hosts: all
vars:
container_engine: docker
clab:
Expand Down

0 comments on commit 946d1eb

Please sign in to comment.