Monday, February 19, 2018

Openstack Helm update 2/19

Update 2-19

After adding ansible_sudo_password to my inventory and copying the .pem file to the /etc/openstack-helm directory - I am able to run the first script to deploy docker and related infrastructure

make dev-deploy setup-host multinode
results in:

TASK [deploy-yq : removing jq binary on centos] ********************************
skipping: [node_three] => (item=/usr/bin/jq)
skipping: [node_two] => (item=/usr/bin/jq)
skipping: [node_one] => (item=/usr/bin/jq)

TASK [deploy-yq : installing jq 1.5 binary for centos] *************************
skipping: [node_three]
skipping: [node_one]
skipping: [node_two]

PLAY RECAP *********************************************************************
node_one                   : ok=13   changed=8    unreachable=0    failed=0 
node_three                 : ok=15   changed=13   unreachable=0    failed=0 
node_two                   : ok=15   changed=13   unreachable=0    failed=0 

make dev-deploy k8s multinode

takes a while to run the step :

 TASK [build-helm-packages : install helm client] *******************************



No comments: