In general, we follow Carslos's Camacho New TripleO quickstart cheatsheet However, syntax of deploy-config.yaml template was changed to handle three node PCS Controllers HA cluster deployment. Also standard configuration connecting Fedora WorkStation 27 to VIRTHOST (32 GB) stack account has been used as usual. Containerized Deployment finishes up with 1.2 GB Swap area. So it's just a POC done on 32 GB VIRTHOST. System is too slow for testing. At least 48 (64) GB are needed to perform to networks&&Router creation and launching VMs in overcloud. Undercloud requires 12 GB 6 VCPUS for deployment fast enough system, which might be tested like in was done in post.
TripleO QuickStart (Master) overcloud containerized deployment with several compute nodes
Each overcloud node should have at least 8 GB RAM and 2 VCPUS. Decreasing Node RAM just to 7.8 GB on my system causes failure to set up PCS Cluster
[boris@fedora27workstation ~]$ cat ~boris/deploy-configHA.yaml
# 32 GB VIRTHOST
undercloud_memory 10000
overcloud_nodes: - name: control_0 flavor: control virtualbmc_port: 6230 - name: control_1 flavor: control virtualbmc_port: 6231 - name: control_2 flavor: control virtualbmc_port: 6232 - name: compute_0 flavor: compute virtualbmc_port: 6233 node_count: 4 containerized_overcloud: true delete_docker_cache: true enable_pacemaker: true run_tempest: false extra_args: >- --libvirt-type qemu --ntp-server pool.ntp.org --control-scale 3 --compute-scale 1 -e /usr/share/openstack-tripleo-heat-templates/environments/docker.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/docker-ha.yaml [boris@fedora27workstation ~]$ export CONFIG=~boris/deploy-configHA.yaml [boris@fedora27workstation ~]$ bash ./tripleo-quickstart/quickstart.sh \ --clean \ --release master \ --teardown all \ --tags all \ -e @$CONFIG \ $VIRTHOST PLAY RECAP ************************************************************************************** 192.168.0.74 : ok=141 changed=68 unreachable=0 failed=0 localhost : ok=21 changed=10 unreachable=0 failed=1 undercloud : ok=103 changed=64 unreachable=0 failed=0 Tuesday 30 January 2018 01:45:42 +0300 (0:00:00.981) 3:31:54.695 ******* =============================================================================== overcloud-deploy : Deploy the overcloud ----------------------------------------------- 4677.93s /home/boris/.quickstart/usr/local/share/ansible/roles/overcloud-deploy/tasks/deploy-overcloud.yml:1 overcloud-prep-containers : Prepare for the containerized deployment ------------------ 3587.06s /home/boris/.quickstart/usr/local/share/ansible/roles/overcloud-prep-containers/tasks/overcloud-prep-containers.yml:28 undercloud-deploy : Install the undercloud -------------------------------------------- 1611.95s /home/boris/.quickstart/usr/local/share/ansible/roles/undercloud-deploy/tasks/install-undercloud.yml:20 tripleo-validations : Run validations tests through Mistral ---------------------------- 469.42s /home/boris/.quickstart/usr/local/share/ansible/roles/tripleo-validations/tasks/main.yml:21 ---- overcloud-prep-images : Prepare the overcloud images for deploy ------------------------ 287.63s /home/boris/.quickstart/usr/local/share/ansible/roles/overcloud-prep-images/tasks/overcloud-prep-images.yml:1 modify-image : Run virt-customize on the provided image -------------------------------- 224.35s /home/boris/.quickstart/usr/local/share/ansible/roles/modify-image/tasks/libguestfs.yml:46 ----- tripleo-validations : Run validations tests through Mistral ---------------------------- 210.62s /home/boris/.quickstart/usr/local/share/ansible/roles/tripleo-validations/tasks/main.yml:21 ---- convert-image : convert image ---------------------------------------------------------- 209.64s /home/boris/.quickstart/tripleo-quickstart/roles/convert-image/tasks/main.yml:25 --------------- tripleo-validations : Run validations tests through Mistral ---------------------------- 154.94s /home/boris/.quickstart/usr/local/share/ansible/roles/tripleo-validations/tasks/main.yml:21 ---- setup/undercloud : Perform selinux relabel on undercloud image ------------------------- 101.78s /home/boris/.quickstart/tripleo-quickstart/roles/libvirt/setup/undercloud/tasks/main.yml:162 --- setup/undercloud : Upload undercloud volume to storage pool ----------------------------- 92.34s /home/boris/.quickstart/tripleo-quickstart/roles/libvirt/setup/undercloud/tasks/main.yml:280 --- validate-tempest : Install openstack services tempest plugins --------------------------- 50.38s /home/boris/.quickstart/usr/local/share/ansible/roles/validate-tempest/tasks/pre-tempest.yml:32 overcloud-prep-flavors : Prepare the scripts for overcloud flavors ---------------------- 46.05s /home/boris/.quickstart/usr/local/share/ansible/roles/overcloud-prep-flavors/tasks/overcloud-prep-flavors.yml:1 setup/undercloud : Inject additional images --------------------------------------------- 44.02s /home/boris/.quickstart/tripleo-quickstart/roles/libvirt/setup/undercloud/tasks/main.yml:67 ---- tripleo-validations : Run negative tests for pre-introspection group -------------------- 36.72s /home/boris/.quickstart/usr/local/share/ansible/roles/tripleo-validations/tasks/main.yml:55 ---- undercloud-deploy : Start the Virtual BMCs ---------------------------------------------- 28.00s /home/boris/.quickstart/usr/local/share/ansible/roles/undercloud-deploy/tasks/configure-vbmc.yml:107 setup/undercloud : iptables ------------------------------------------------------------- 20.20s /home/boris/.quickstart/tripleo-quickstart/roles/libvirt/setup/undercloud/tasks/main.yml:387 --- fetch-images : Get tar images from cache ------------------------------------------------ 19.12s /home/boris/.quickstart/tripleo-quickstart/roles/fetch-images/tasks/fetch.yml:186 -------------- convert-image : Resize the undercloud image using qemu-image resize --------------------- 16.95s /home/boris/.quickstart/tripleo-quickstart/roles/convert-image/tasks/main.yml:19 --------------- undercloud-deploy : Create the Virtual BMCs --------------------------------------------- 14.77s /home/boris/.quickstart/usr/local/share/ansible/roles/undercloud-deploy/tasks/configure-vbmc.yml:75 + set +x ################################## Virtual Environment Setup Complete ################################## Access the undercloud by: ssh -F /home/boris/.quickstart/ssh.config.ansible undercloud Follow the documentation in the link below to complete your deployment. http://ow.ly/c44w304begR ################################## Virtual Environment Setup Complete ################################## [boris@fedora27workstation ~]$ ssh -F /home/boris/.quickstart/ssh.config.ansible undercloud Warning: Permanently added '192.168.0.74' (ECDSA) to the list of known hosts. Warning: Permanently added 'undercloud' (ECDSA) to the list of known hosts. Last login: Mon Jan 29 22:47:33 2018 from gateway [stack@undercloud ~]$ . stackrc (undercloud) [stack@undercloud ~]$ date Mon Jan 29 23:16:05 UTC 2018 (undercloud) [stack@undercloud ~]$ nova --version 9.1.0 (undercloud) [stack@undercloud ~]$ nova list +--------------------------------------+-------------------------+--------+------------+-------------+------------------------+ | ID | Name | Status | Task State | Power State | Networks | +--------------------------------------+-------------------------+--------+------------+-------------+------------------------+ | 635c8dfe-0d6f-41fe-933d-7e6b847b6dd7 | overcloud-controller-0 | ACTIVE | - | Running | ctlplane=192.168.24.11 | | 5ab9b3a1-5ff0-49bf-9d8e-6657953b163d | overcloud-controller-1 | ACTIVE | - | Running | ctlplane=192.168.24.7 | | c15b80b5-bbd0-439d-a9ef-3c9715656341 | overcloud-controller-2 | ACTIVE | - | Running | ctlplane=192.168.24.9 | | 64866562-4acf-4376-89a0-6bd8def60ef9 | overcloud-novacompute-0 | ACTIVE | - | Running | ctlplane=192.168.24.16 | +--------------------------------------+-------------------------+--------+------------+-------------+------------------------+ (undercloud) [stack@undercloud ~]$ ssh heat-admin@192.168.24.11 Last login: Mon Jan 29 22:54:18 2018 from 192.168.24.1 [heat-admin@overcloud-controller-0 ~]$ sudo su - Last login: Mon Jan 29 22:54:20 UTC 2018 on pts/0 [root@overcloud-controller-0 ~]# . overcloudrc (overcloud) [root@overcloud-controller-0 ~]# nova service-list +--------------------------------------+------------------+-------------------------------------+----------+---------+-------+----------------------------+-----------------+-------------+ | Id | Binary | Host | Zone | Status | State | Updated_at | Disabled Reason | Forced down | +--------------------------------------+------------------+-------------------------------------+----------+---------+-------+----------------------------+-----------------+-------------+ | b8f093c6-6d0e-4e81-8e9d-d87fe859b4f4 | nova-scheduler | overcloud-controller-2.localdomain | internal | enabled | up | 2018-01-29T23:17:47.000000 | - | False | | 084215f8-3f96-4143-a1ec-875870b159c2 | nova-scheduler | overcloud-controller-0.localdomain | internal | enabled | up | 2018-01-29T23:17:42.000000 | - | False | | ff3d4d25-f0cd-44a0-89de-4640d1987ce4 | nova-scheduler | overcloud-controller-1.localdomain | internal | enabled | up | 2018-01-29T23:17:47.000000 | - | False | | a819f985-61e0-47aa-82c7-16ab494447cc | nova-consoleauth | overcloud-controller-2.localdomain | internal | enabled | up | 2018-01-29T23:17:47.000000 | - | False | | 10168768-0956-432c-bf17-23d83c37f6c1 | nova-consoleauth | overcloud-controller-0.localdomain | internal | enabled | up | 2018-01-29T23:17:46.000000 | - | False | | e6c88b98-33c1-4355-8e9a-28fa5973a7e4 | nova-consoleauth | overcloud-controller-1.localdomain | internal | enabled | up | 2018-01-29T23:17:47.000000 | - | False | | 315b28e0-505a-443e-928c-5615e02bd940 | nova-conductor | overcloud-controller-0.localdomain | internal | enabled | up | 2018-01-29T23:17:48.000000 | - | False | | e31914a2-240d-4804-aeb2-e6ee583a9bb0 | nova-conductor | overcloud-controller-2.localdomain | internal | enabled | up | 2018-01-29T23:17:50.000000 | - | False | | ea7db4a3-afce-433a-9e0a-fdb34aaa7533 | nova-compute | overcloud-novacompute-0.localdomain | nova | enabled | up | 2018-01-29T23:17:48.000000 | - | False | | db9d5146-9d12-44d3-9811-f32084b05f17 | nova-conductor | overcloud-controller-1.localdomain | internal | enabled | up | 2018-01-29T23:17:46.000000 | - | False | +--------------------------------------+------------------+-------------------------------------+----------+---------+-------+----------------------------+-----------------+-------------+ (overcloud) [root@overcloud-controller-0 ~]# neutron agent-list neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. +--------------------------------------+--------------------+-------------------------------------+-------------------+-------+----------------+---------------------------+ | id | agent_type | host | availability_zone | alive | admin_state_up | binary | +--------------------------------------+--------------------+-------------------------------------+-------------------+-------+----------------+---------------------------+ | 0e64991a-2500-43ca-a670-004bfd9949ba | L3 agent | overcloud-controller-1.localdomain | nova | :-) | True | neutron-l3-agent | | 19b26bbc-4321-4367-aa32-424bf044fbdc | Metadata agent | overcloud-controller-0.localdomain | | :-) | True | neutron-metadata-agent | | 2fe10568-9ab4-4ffb-ad6c-7ffa46c4e2f1 | Open vSwitch agent | overcloud-controller-2.localdomain | | :-) | True | neutron-openvswitch-agent | | 3d1bcfe3-6b09-40d8-a550-ba1edb184278 | DHCP agent | overcloud-controller-2.localdomain | nova | :-) | True | neutron-dhcp-agent | | 4a3bdbd5-3c9f-4d2b-8bfa-7afca9b4db91 | Open vSwitch agent | overcloud-controller-0.localdomain | | :-) | True | neutron-openvswitch-agent | | 5768b697-a5c7-46be-8c1e-0fbd8c2e4492 | Metadata agent | overcloud-controller-2.localdomain | | :-) | True | neutron-metadata-agent | | 5b00559e-f99e-4cf9-8b36-74507b4d33e8 | DHCP agent | overcloud-controller-1.localdomain | nova | :-) | True | neutron-dhcp-agent | | 757663ab-cd80-435b-b09b-d1a72e93f02c | Open vSwitch agent | overcloud-controller-1.localdomain | | :-) | True | neutron-openvswitch-agent | | 7a5918c3-4b69-49cd-8947-807a31899e4f | DHCP agent | overcloud-controller-0.localdomain | nova | :-) | True | neutron-dhcp-agent | | 8ca3afd6-2174-4f2e-ad96-e0072da00992 | Metadata agent | overcloud-controller-1.localdomain | | :-) | True | neutron-metadata-agent | | a17927a6-025b-4a0f-9024-636982e0fc57 | L3 agent | overcloud-controller-2.localdomain | nova | :-) | True | neutron-l3-agent | | c8b21501-d6d8-4f03-b020-f86dc11da19a | L3 agent | overcloud-controller-0.localdomain | nova | :-) | True | neutron-l3-agent | | f2485026-efdf-456f-bbfe-8a4f4cba0c02 | Open vSwitch agent | overcloud-novacompute-0.localdomain | | :-) | True | neutron-openvswitch-agent | +--------------------------------------+--------------------+-------------------------------------+-------------------+-------+----------------+---------------------------+ (overcloud) [root@overcloud-controller-0 ~]# pcs status Cluster name: tripleo_cluster Stack: corosync Current DC: overcloud-controller-2 (version 1.1.16-12.el7_4.7-94ff4df) - partition with quorum Last updated: Mon Jan 29 23:19:47 2018 Last change: Mon Jan 29 22:32:51 2018 by root via cibadmin on overcloud-controller-0 12 nodes configured 37 resources configured Online: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ] GuestOnline: [ galera-bundle-0@overcloud-controller-0 galera-bundle-1@overcloud-controller-1 galera-bundle-2@overcloud-controller-2 rabbitmq-bundle-0@overcloud-controller-0 rabbitmq-bundle-1@overcloud-controller-1 rabbitmq-bundle-2@overcloud-controller-2 redis-bundle-0@overcloud-controller-0 redis-bundle-1@overcloud-controller-1 redis-bundle-2@overcloud-controller-2 ] Full list of resources: Docker container set: rabbitmq-bundle [192.168.24.1:8787/master/centos-binary-rabbitmq:pcmklatest] rabbitmq-bundle-0 (ocf::heartbeat:rabbitmq-cluster): Started overcloud-controller-0 rabbitmq-bundle-1 (ocf::heartbeat:rabbitmq-cluster): Started overcloud-controller-1 rabbitmq-bundle-2 (ocf::heartbeat:rabbitmq-cluster): Started overcloud-controller-2 Docker container set: galera-bundle [192.168.24.1:8787/master/centos-binary-mariadb:pcmklatest] galera-bundle-0 (ocf::heartbeat:galera): Master overcloud-controller-0 galera-bundle-1 (ocf::heartbeat:galera): Master overcloud-controller-1 galera-bundle-2 (ocf::heartbeat:galera): Master overcloud-controller-2 Docker container set: redis-bundle [192.168.24.1:8787/master/centos-binary-redis:pcmklatest] redis-bundle-0 (ocf::heartbeat:redis): Master overcloud-controller-0 redis-bundle-1 (ocf::heartbeat:redis): Slave overcloud-controller-1 redis-bundle-2 (ocf::heartbeat:redis): Slave overcloud-controller-2 ip-192.168.24.10 (ocf::heartbeat:IPaddr2): Started overcloud-controller-0 ip-10.0.0.5 (ocf::heartbeat:IPaddr2): Started overcloud-controller-1 ip-172.16.2.9 (ocf::heartbeat:IPaddr2): Started overcloud-controller-2 ip-172.16.2.5 (ocf::heartbeat:IPaddr2): Started overcloud-controller-0 ip-172.16.1.8 (ocf::heartbeat:IPaddr2): Started overcloud-controller-1 ip-172.16.3.8 (ocf::heartbeat:IPaddr2): Started overcloud-controller-2 Docker container set: haproxy-bundle [192.168.24.1:8787/master/centos-binary-haproxy:pcmklatest] haproxy-bundle-docker-0 (ocf::heartbeat:docker): Started overcloud-controller-0 haproxy-bundle-docker-1 (ocf::heartbeat:docker): Started overcloud-controller-1 haproxy-bundle-docker-2 (ocf::heartbeat:docker): Started overcloud-controller-2 Docker container: openstack-cinder-volume [192.168.24.1:8787/master/centos-binary-cinder-volume:pcmklatest] openstack-cinder-volume-docker-0 (ocf::heartbeat:docker): Started overcloud-controller-0 Daemon Status: corosync: active/enabled pacemaker: active/enabled pcsd: active/enabled
VIRTHOST Status upon completion
Undercloud
Controller_0
(overcloud) [root@overcloud-controller-0 ~]# docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 2f1a1fd440b6 192.168.24.1:8787/master/centos-binary-gnocchi-statsd:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour gnocchi_statsd c70b1c40d38e 192.168.24.1:8787/master/centos-binary-gnocchi-api:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour gnocchi_api b09a7f06b5c2 192.168.24.1:8787/master/centos-binary-cinder-volume:pcmklatest "/bin/bash /usr/local" About an hour ago Up About an hour openstack-cinder-volume-docker-0 ad138a4a352e 192.168.24.1:8787/master/centos-binary-gnocchi-metricd:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour gnocchi_metricd 6e7c31591da4 192.168.24.1:8787/master/centos-binary-neutron-openvswitch-agent:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour (healthy) neutron_ovs_agent 4a64ca891e72 192.168.24.1:8787/master/centos-binary-neutron-l3-agent:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour (healthy) neutron_l3_agent d264f3062b97 192.168.24.1:8787/master/centos-binary-neutron-metadata-agent:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour (healthy) neutron_metadata_agent d251e6b003a5 192.168.24.1:8787/master/centos-binary-neutron-dhcp-agent:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour (healthy) neutron_dhcp 9d354acc19cd 192.168.24.1:8787/master/centos-binary-glance-api:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour (healthy) glance_api 5eb5e8e55b68 192.168.24.1:8787/master/centos-binary-panko-api:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour panko_api 379dff60fc54 192.168.24.1:8787/master/centos-binary-nova-api:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour nova_metadata e06e06896f90 192.168.24.1:8787/master/centos-binary-nova-api:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour (healthy) nova_api b4ddbd34391d 192.168.24.1:8787/master/centos-binary-cron:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour logrotate_crond 70b634740320 192.168.24.1:8787/master/centos-binary-heat-api-cfn:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour (healthy) heat_api_cfn ffee483621a5 192.168.24.1:8787/master/centos-binary-neutron-server:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour neutron_api f853a6267c63 192.168.24.1:8787/master/centos-binary-aodh-listener:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour (healthy) aodh_listener d16dec06cdbf 192.168.24.1:8787/master/centos-binary-swift-container:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour swift_container_auditor f1960df5fdb5 192.168.24.1:8787/master/centos-binary-heat-api:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour heat_api_cron d6aa14a4170d 192.168.24.1:8787/master/centos-binary-swift-proxy-server:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour swift_object_expirer 9d5a826ae82e 192.168.24.1:8787/master/centos-binary-swift-object:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour swift_object_updater dfe0b64565c2 192.168.24.1:8787/master/centos-binary-swift-container:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour swift_container_replicator 280bcfbb5722 192.168.24.1:8787/master/centos-binary-swift-account:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour swift_account_auditor 1add6982079e 192.168.24.1:8787/master/centos-binary-cinder-api:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour cinder_api_cron f988792f32c2 192.168.24.1:8787/master/centos-binary-swift-account:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour (healthy) swift_account_server 5e235481efa7 192.168.24.1:8787/master/centos-binary-nova-conductor:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour (healthy) nova_conductor 114240f254dd 192.168.24.1:8787/master/centos-binary-cinder-scheduler:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour (healthy) cinder_scheduler 9be553e80f40 192.168.24.1:8787/master/centos-binary-swift-object:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour swift_object_replicator 231067fb993c 192.168.24.1:8787/master/centos-binary-swift-container:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour (healthy) swift_container_server 45cd16a94e82 192.168.24.1:8787/master/centos-binary-heat-engine:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour (healthy) heat_engine bd791ffe3997 192.168.24.1:8787/master/centos-binary-aodh-api:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour aodh_api 607f445cba39 192.168.24.1:8787/master/centos-binary-swift-object:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour swift_rsync d33025c1a725 192.168.24.1:8787/master/centos-binary-nova-novncproxy:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour (healthy) nova_vnc_proxy 3a470014fe9b 192.168.24.1:8787/master/centos-binary-ceilometer-notification:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour (healthy) ceilometer_agent_notification 78bcbb6e36e6 192.168.24.1:8787/master/centos-binary-swift-account:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour swift_account_reaper bd706a367e3b 192.168.24.1:8787/master/centos-binary-nova-consoleauth:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour (healthy) nova_consoleauth 104cd9577e69 192.168.24.1:8787/master/centos-binary-nova-api:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour nova_api_cron 47644098c212 192.168.24.1:8787/master/centos-binary-aodh-notifier:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour (healthy) aodh_notifier 10b4af64795a 192.168.24.1:8787/master/centos-binary-ceilometer-central:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour (healthy) ceilometer_agent_central 7daf6480c0bc 192.168.24.1:8787/master/centos-binary-swift-account:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour swift_account_replicator 6bb8ccdf0a0f 192.168.24.1:8787/master/centos-binary-swift-object:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour swift_object_auditor 7b9425f5d77d 192.168.24.1:8787/master/centos-binary-heat-api:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour (healthy) heat_api 846ea8501d87 192.168.24.1:8787/master/centos-binary-swift-proxy-server:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour (healthy) swift_proxy b2e60a0d22b1 192.168.24.1:8787/master/centos-binary-cinder-api:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour cinder_api ba424cc9b311 192.168.24.1:8787/master/centos-binary-swift-object:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour (healthy) swift_object_server e578387a0f75 192.168.24.1:8787/master/centos-binary-nova-scheduler:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour (healthy) nova_scheduler 890b9a81677f 192.168.24.1:8787/master/centos-binary-aodh-evaluator:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour (healthy) aodh_evaluator a6afda832a5b 192.168.24.1:8787/master/centos-binary-swift-container:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour swift_container_updater ad219cbf1a54 192.168.24.1:8787/master/centos-binary-keystone:current-tripleo-rdo "/bin/bash -c '/usr/l" About an hour ago Up About an hour keystone_cron 3eb572b5575f 192.168.24.1:8787/master/centos-binary-keystone:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour (healthy) keystone 45044f1af048 192.168.24.1:8787/master/centos-binary-iscsid:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour iscsid 5a6aa0ac55f2 192.168.24.1:8787/master/centos-binary-nova-placement-api:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour nova_placement e44468dc7ef2 192.168.24.1:8787/master/centos-binary-horizon:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour horizon c7fa2c9f253e 192.168.24.1:8787/master/centos-binary-haproxy:pcmklatest "/bin/bash /usr/local" About an hour ago Up About an hour haproxy-bundle-docker-0 9e324dde9ddc 192.168.24.1:8787/master/centos-binary-redis:pcmklatest "/bin/bash /usr/local" About an hour ago Up About an hour redis-bundle-docker-0 5fa0e50556a3 192.168.24.1:8787/master/centos-binary-mariadb:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour clustercheck 0408e0d11fb7 192.168.24.1:8787/master/centos-binary-mariadb:pcmklatest "/bin/bash /usr/local" About an hour ago Up About an hour galera-bundle-docker-0 f8410b4e6d1f 192.168.24.1:8787/master/centos-binary-rabbitmq:pcmklatest "/bin/bash /usr/local" About an hour ago Up About an hour rabbitmq-bundle-docker-0 64cec7586f17 192.168.24.1:8787/master/centos-binary-memcached:current-tripleo-rdo "/bin/bash -c 'source" About an hour ago Up About an hour memcached
(undercloud) [stack@undercloud ~]$ nova list +--------------------------------------+-------------------------+--------+------------+-------------+------------------------+ | ID | Name | Status | Task State | Power State | Networks | +--------------------------------------+-------------------------+--------+------------+-------------+------------------------+ | 635c8dfe-0d6f-41fe-933d-7e6b847b6dd7 | overcloud-controller-0 | ACTIVE | - | Running | ctlplane=192.168.24.11 | | 5ab9b3a1-5ff0-49bf-9d8e-6657953b163d | overcloud-controller-1 | ACTIVE | - | Running | ctlplane=192.168.24.7 | | c15b80b5-bbd0-439d-a9ef-3c9715656341 | overcloud-controller-2 | ACTIVE | - | Running | ctlplane=192.168.24.9 | | 64866562-4acf-4376-89a0-6bd8def60ef9 | overcloud-novacompute-0 | ACTIVE | - | Running | ctlplane=192.168.24.16 | +--------------------------------------+-------------------------+--------+------------+-------------+------------------------+ (undercloud) [stack@undercloud ~]$ ssh heat-admin@192.168.24.16 The authenticity of host '192.168.24.16 (192.168.24.16)' can't be established. ECDSA key fingerprint is SHA256:3K+uHRZiRfixw+k6T69oba+Pul6OGw3eQZ2EepVFIpU. ECDSA key fingerprint is MD5:0a:b1:88:1b:db:ed:c8:90:f8:c9:4e:a6:3b:01:f6:b5. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '192.168.24.16' (ECDSA) to the list of known hosts. Last login: Mon Jan 29 22:41:47 2018 from gateway [heat-admin@overcloud-novacompute-0 ~]$ sudo su - [root@overcloud-novacompute-0 ~]# docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES ca3ae322a7ec 192.168.24.1:8787/master/centos-binary-neutron-openvswitch-agent:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour (healthy) neutron_ovs_agent be1a8e606e3f 192.168.24.1:8787/master/centos-binary-cron:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour logrotate_crond b46ba5f9a60d 192.168.24.1:8787/master/centos-binary-nova-compute:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour nova_migration_target 1de8367bbbc0 192.168.24.1:8787/master/centos-binary-ceilometer-compute:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour ceilometer_agent_compute a1ebba3cad97 192.168.24.1:8787/master/centos-binary-nova-compute:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour (healthy) nova_compute afe7ca5a3362 192.168.24.1:8787/master/centos-binary-iscsid:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour iscsid 5f6aca45393e 192.168.24.1:8787/master/centos-binary-nova-libvirt:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour nova_libvirt a60c8ce83dce 192.168.24.1:8787/master/centos-binary-nova-libvirt:current-tripleo-rdo "kolla_start" About an hour ago Up About an hour nova_virtlogd
Hi,
ReplyDeleteThe main objective of OpenStack is to produce ubiquitous opensource cloud computing platform which would meet the needs of public as well as private cloud providers. OpenStack is an open source project which accepts all the hyper-visors as virtualization host, Object storage , Software defined networking , Orchestration and many more. To know more information click here OpenStack Administration Training
Thanks for delivering a good stuff...
ReplyDeleteOpenstack Training
Openstack Certification Training
OpenStack Online Training
Openstack Training Course
Openstack Training in Hyderabad
Interesting Post. I liked your style of writing. It is very unique. Thanks for Posting.
ReplyDeleteDevOps and Cloud Course Videos
I am Here to Get Learn Good Stuff About Salesforce CRM, Thanks For Sharing Salesforce CRM.Salesforce CRM Training in Bangalore
ReplyDeleteWow it is really wonderful and awesome thus it is veWow, it is really wonderful and awesome thus it is very much useful for me to understand many concepts and helped me a lot.Devops Training in Bangalore
ReplyDeleteThis is the exact information I am been searching for, Thanks for sharing the required infos with the clear update and required points. To appreciate this I like to share some useful information.python training institutes in Bangalore
ReplyDeleteIt is very good and useful for students and developer.Learned a lot of new things from your post Good creation,thanks for give a good information at Salesforce CRM.Microsoft azure training institutes in bangalore
ReplyDeleteThank you for valuable information.I am privilaged to read this post.Microsoft azure training institutes in bangalore
ReplyDeleteI really enjoy reading this article.Hope that you would do great in upcoming time.A perfect post.Thanks for sharing.best SAP S/4 HANA Simple Logistics Training in bangalore
ReplyDeleteI must appreciate you for providing such a valuable content for us. This is one amazing piece of article.Helped a lot in increasing my knowledge.best SAP S/4 HANA Simple Finance Training in bangalore
ReplyDeleteI think there is a need to look for some more information and resources about Informatica to study more about its crucial aspects.sap abap training in bangalore
ReplyDeleteThe Information which you provided is very much useful for Agile Training Learners. Thank You for Sharing Valuable Information.oracle dba training institutes in bangalore
ReplyDeleteThanks for sharing the information...
ReplyDeleteSAP MM Training in Bangalore | SAP MM Course | SAP MM Training Institutes - RIA Institute of Technology - Best SAP MM Training in Bangalore, Learn from best SAP MM
Training Institutes in Bangalore with certified experts & get 100% assistance.
Whatever we gathered information from the blogs, we should implement that in practically then only we can understand that exact thing clearly, but it’s no need to do it, because you have explained the concepts very well. It was crystal clear, keep sharing..
ReplyDeletesap mm tutorial
Nice Post.
ReplyDeleteOpenstack Course