This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: v1 | |
| kind: Service | |
| metadata: | |
| labels: | |
| name: web | |
| role: service | |
| name: web | |
| spec: | |
| type: NodePort | |
| ports: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Ansible completes the playbook | |
| .... | |
| PLAY RECAP ******************************************************************** | |
| 172.22.111.161 : ok=296 changed=59 unreachable=0 failed=0 | |
| # SSH into the deployed node | |
| [root@gemini ansible]# ssh [email protected] | |
| Last login: Thu Mar 3 06:48:48 2016 from 172.22.111.248 | |
| CoreOS stable (926.0.0) | |
| Update Strategy: No Reboots |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /opt/stack/devstack# git log --oneline | |
| b01a3c3 Merge "Followup comment fix from alt_demo user creation" | |
| c6b5fe3 Merge "Skip ovs_ and ebtables_dump if needed commands not present" | |
| 6c888d2 Merge "localize user/project variables in tempest" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # hack/verify-all.sh -v | |
| Skipping hack/../hack/verify-all.sh | |
| hack/../hack/verify-gofmt.sh: line 25: go: command not found | |
| hack/../hack/verify-golint.sh: line 26: golint: command not found |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| TASK: [Create internal networkd file] ***************** | |
| fatal: [172.22.111.161] => {'msg': "AnsibleUndefinedVariable: One or more undefined variables: 'list' object has no attribute 'split'", 'failed': True} | |
| fatal: [172.22.111.161] => {'msg': "AnsibleUndefinedVariable: One or more undefined variables: 'list' object has no attribute 'split'", 'failed': True} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: v1 | |
| kind: Service | |
| metadata: | |
| labels: | |
| name: web | |
| role: service | |
| name: web | |
| spec: | |
| type: NodePort | |
| ports: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| core-master | success >> { | |
| "ansible_facts": { | |
| "ansible_all_ipv4_addresses": [ | |
| "10.30.118.83", | |
| "2.0.49.0", | |
| "2.0.49.1" | |
| ], | |
| "ansible_all_ipv6_addresses": [ | |
| "fe80::a64c:11ff:fe13:4494", | |
| "fe80::a64c:11ff:fe13:4493", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ansible --version | |
| ansible 2.0.1.0 | |
| config file = | |
| configured module search path = Default w/o overrides |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ kolla-ansible prechecks | |
| Pre-deployment checking : ansible-playbook -i /usr/share/kolla/ansible/inventory/all-in-one -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml /usr/share/kolla/ansible/prechecks.yml | |
| PLAY [all] ******************************************************************** | |
| GATHERING FACTS *************************************************************** | |
| ok: [localhost] | |
| TASK: [prechecks | Checking free port for Cinder API] ************************* | |
| ok: [localhost] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ systemctl status kube-addons -l | |
| ● kube-addons.service - Kubernetes Addon Object Manager | |
| Loaded: loaded (/etc/systemd/system/kube-addons.service; enabled; vendor preset: disabled) | |
| Active: active (running) since Tue 2016-03-29 21:03:26 UTC; 34min ago | |
| Docs: https://github.com/GoogleCloudPlatform/kubernetes | |
| Main PID: 9105 (kube-addons.sh) | |
| Memory: 1.0M | |
| CPU: 55.069s | |
| CGroup: /system.slice/kube-addons.service | |
| ├─ 9105 /bin/bash /opt/bin/kubernetes/kube-addons.sh |