Sunday, January 15, 2017

TripleO QuickStart HA&&CEPH Deployment on Fedora 25 Server VIRTHOST

The most recent commits in  https://github.com/openstack/tripleo-quickstart
allow to use Fedora 25 Server (32 GB) as target VIRTHOST for TripleO
Quickstart HA Deployments  and benefit from QEMU's  (2.7.1) && Libvirt's (2.2.0) 
the most recent KVM virtualization features coming with last Fedora release.

Prior to deployment on VIRTHOST install KSM and enable ksm.service  :-

# dnf -y install python2-dnf ksm libselinux-python
# systemctl start ksm
# systemctl enable ksm

******************************************************************************************
On F25 Server I was still forced to follow https://loginroot.com/qemu-kvm-chardev-ptyidcharserial0-failed-to-create-chardev/
to get phase "Undercloud build" phase running during initial (undercloud phase )
deployment to VIRTHOST from F24 Ansble WKS. Update /etc/fstab :-
******************************************************************************************
1. Add  the devpts line of /etc/fstab with “devpts /dev/pts devpts gid=5,mode=620 0 0“
2. Then do “mount -o remount /dev/pts“


On workstation :-

[boris@fedora24wks]$ export VIRTHOST=192.168.0.74
[boris@fedora24wks]$ git clone \
   https://github.com/openstack/tripleo-quickstart

[boris@fedora24wks]$ cd tripleo-quickstart
[boris@fedora24wks]$ sudo bash quickstart.sh --install-deps
[boris@fedora24wks]$ sudo dnf install redhat-rpm-config
[boris@fedora24wks]$ ssh-keygen
[boris@fedora24wks]$ ssh-copy-id root@$VIRTHOST
[boris@fedora24wks]$ ssh root@$VIRTHOST uname -a

[boris@fedora24wks general_config]$ cat ha.yml

#######################################
# Deploy an HA openstack environment.
######################################
control_memory: 6500
compute_memory: 6500

undercloud_memory: 8192

# Giving the undercloud additional CPUs can greatly improve heat's
# performance (and result in a shorter deploy time).
undercloud_vcpu: 4

# Since HA has more machines, we set the cpu for controllers and
# compute nodes to 1
default_vcpu: 1
compute_vcpu: 2

# This enables TLS for the undercloud which will also make haproxy bind to the
# configured public-vip and admin-vip.
undercloud_generate_service_certificate: True

# Create three controller nodes and one compute node.
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

  - name: ceph_0
    flavor: ceph
    virtualbmc_port: 6234

  - name: ceph_1
    flavor: ceph
    virtualbmc_port: 6235

# We do introspection in a virtual environment
step_introspect: true

# Tell tripleo about our environment.
network_isolation: true
extra_args: >-
  --control-scale 3
  --compute-scale 1
  --ceph-storage-scale 2
  --ntp-server pool.ntp.org
  -e {{overcloud_templates_path}}/environments/storage-environment.yaml
test_ping: true
enable_pacemaker: true

run_tempest: false

# options below direct automatic doc generation by tripleo-collect-logs
artcl_gen_docs: true
artcl_create_docs_payload:
  included_deployment_scripts:
    - undercloud-install
    - overcloud-custom-tht-script
    - overcloud-prep-flavors
    - overcloud-prep-images
    - overcloud-prep-network
    - overcloud-deploy
    - overcloud-deploy-post
    - overcloud-validate
  included_static_docs:
    - env-setup-virt
  table_of_contents:
    - env-setup-virt
    - undercloud-install
    - overcloud-custom-tht-script
    - overcloud-prep-flavors
    - overcloud-prep-images
    - overcloud-prep-network
    - overcloud-deploy
    - overcloud-deploy-post
    - overcloud-validate


[boris@fedora24wks tripleo-quickstart]$ bash quickstart.sh --no-clone \
   -e supported_distro_check=false \
   --config config/general_config/ha.yml $VIRTHOST


. . . . . . .


Sunday 15 January 2017  14:30:44 +0300 (0:00:00.819)       0:37:41.341 ********
===============================================================================
undercloud-deploy : Install the undercloud ---------------------------- 855.99s
/home/boris/.quickstart/usr/local/share/ansible/roles/undercloud-deploy/tasks/install-undercloud.yml:15
fetch-images : Get image ---------------------------------------------- 359.18s
/home/boris/tripleo-quickstart/roles/fetch-images/tasks/fetch.yml:64 ----------
overcloud-prep-images : Prepare the overcloud images for deploy ------- 329.94s
/home/boris/.quickstart/usr/local/share/ansible/roles/overcloud-prep-images/tasks/overcloud-prep-images.yml:1
setup/undercloud : Perform selinux relabel on undercloud image -------- 109.24s
/home/boris/tripleo-quickstart/roles/libvirt/setup/undercloud/tasks/main.yml:154
setup/undercloud : Upload undercloud volume to storage pool ----------- 100.49s
/home/boris/tripleo-quickstart/roles/libvirt/setup/undercloud/tasks/main.yml:257
setup/undercloud : Resize undercloud image (call virt-resize) ---------- 86.69s
/home/boris/tripleo-quickstart/roles/libvirt/setup/undercloud/tasks/main.yml:190
setup/undercloud : Copy instackenv.json to appliance ------------------- 66.77s
/home/boris/tripleo-quickstart/roles/libvirt/setup/undercloud/tasks/main.yml:73
parts/libvirt : Install packages for libvirt --------------------------- 46.97s
/home/boris/tripleo-quickstart/roles/parts/libvirt/tasks/main.yml:44 ----------
overcloud-prep-flavors : Prepare the scripts for overcloud flavors ----- 27.39s
/home/boris/.quickstart/usr/local/share/ansible/roles/overcloud-prep-flavors/tasks/overcloud-prep-flavors.yml:1
setup/undercloud : Get undercloud vm ip address ------------------------ 12.17s
/home/boris/tripleo-quickstart/roles/libvirt/setup/undercloud/tasks/main.yml:295
setup/undercloud : Inject undercloud ssh public key to appliance ------- 10.40s
/home/boris/tripleo-quickstart/roles/libvirt/setup/undercloud/tasks/main.yml:99
setup/overcloud : Define overcloud vms --------------------------------- 10.17s
/home/boris/tripleo-quickstart/roles/libvirt/setup/overcloud/tasks/main.yml:74
setup/overcloud : Attach additional blockdevices to overcloud objectstorage VMs --- 7.12s
/home/boris/tripleo-quickstart/roles/libvirt/setup/overcloud/tasks/main.yml:92
overcloud-prep-network : Prepare the network-isolation required networks on the undercloud --- 6.40s
/home/boris/.quickstart/usr/local/share/ansible/roles/overcloud-prep-network/tasks/overcloud-prep-network.yml:1
setup/overcloud : Create overcloud vm storage --------------------------- 6.11s
/home/boris/tripleo-quickstart/roles/libvirt/setup/overcloud/tasks/main.yml:62
environment/setup : install the latest version of dstat on virthost ----- 5.95s
/home/boris/tripleo-quickstart/roles/environment/setup/tasks/main.yml:83 ------
setup/overcloud : Create additional blockdevice for objectstorage nodes --- 5.88s
/home/boris/tripleo-quickstart/roles/libvirt/setup/overcloud/tasks/main.yml:84
setup/overcloud : Check if overcloud volumes exist ---------------------- 5.46s
/home/boris/tripleo-quickstart/roles/libvirt/setup/overcloud/tasks/main.yml:53
undercloud-deploy : Create undercloud configuration --------------------- 4.91s
/home/boris/.quickstart/usr/local/share/ansible/roles/undercloud-deploy/tasks/create-scripts.yml:3
fetch-images : Get actual md5 checksum of image ------------------------- 4.89s
/home/boris/tripleo-quickstart/roles/fetch-images/tasks/fetch.yml:75 ----------
+ set +x

[boris@fedora24wks tripleo-quickstart]$ 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: Sun Jan 15 11:30:41 2017 from gateway

[stack@undercloud ~]$ . stackrc
[stack@undercloud ~]$ ls -l
total 1624708
-rwxr-xr-x. 1 stack stack        770 Jan 15 11:23 containers-default-parameters.yaml
-rw-rw-r--. 1 stack stack      22051 Jan 15 11:03 instackenv.json
-rw-r--r--. 1 root  root   355794768 Jan 13 21:03 ironic-python-agent.initramfs
-rwxr-xr-x. 1 root  root     5393328 Jan 13 21:03 ironic-python-agent.kernel
-rw-r--r--. 1 stack stack        474 Jan 15 11:23 network-environment.yaml
-rw-rw-r--. 1 stack stack        208 Jan 15 11:30 neutronl3ha.yaml
-rw-rw-r--. 1 stack stack          0 Jan 15 11:23 overcloud_custom_tht_script.log
-rwxr-xr-x. 1 stack stack        293 Jan 15 11:23 overcloud-custom-tht-script.sh
-rwxr-xr-x. 1 stack stack       1012 Jan 15 11:30 overcloud-deploy-post.sh
-rwxr-xr-x. 1 stack stack       2877 Jan 15 11:30 overcloud-deploy.sh
-rw-r--r--. 1 root  root    46802667 Jan 13 21:04 overcloud-full.initrd
-rw-r--r--. 1 root  root  1250001408 Jan 13 21:04 overcloud-full.qcow2
-rwxr-xr-x. 1 root  root     5393328 Jan 13 21:04 overcloud-full.vmlinuz
-rwxr-xr-x. 1 stack stack       3905 Jan 15 11:23 overcloud-prep-containers.sh
-rw-rw-r--. 1 stack stack       7336 Jan 15 11:30 overcloud_prep_flavors.log
-rwxr-xr-x. 1 stack stack       3672 Jan 15 11:29 overcloud-prep-flavors.sh
-rw-rw-r--. 1 stack stack       5039 Jan 15 11:29 overcloud_prep_images.log
-rwxr-xr-x. 1 stack stack        746 Jan 15 11:24 overcloud-prep-images.sh
-rw-rw-r--. 1 stack stack       1315 Jan 15 11:30 overcloud_prep_network.log
-rwxr-xr-x. 1 stack stack        861 Jan 15 11:30 overcloud-prep-network.sh
-rw-------. 1 stack stack        351 Jan 15 11:09 quickstart-hieradata-overrides.yaml
-rw-------. 1 stack stack        587 Jan 15 11:22 stackrc
-rw-------. 1 stack stack       7869 Jan 15 11:09 undercloud.conf
-rw-rw-r--. 1 stack stack     190394 Jan 15 11:23 undercloud_install.log
-rwxr-xr-x. 1 stack stack        151 Jan 15 11:09 undercloud-install.sh
-rw-rw-r--. 1 stack stack       1650 Jan 15 11:09 undercloud-passwords.conf
-rwxr-xr-x. 1 stack stack        463 Jan 15 11:24 upload_images_to_local_registry.py

********************************************************************************************
Next step :-
[stack@undercloud ~]$ sudo vi  /usr/share/openstack-tripleo-heat-templates/puppet/services/ceph-mon.yaml
Update line :-
ceph::profile::params::osd_pool_default_size: 2
instead of default value "3". This step is acceptable only in Virtual Environment.
Setting  the osd_pool_default_size set to 2 ,you will only have
two copy of the object. As a general rule, you should run your cluster
with three  OSD and a pool size greater than 2 object replica. So
having 48GB RAM on VIRTHOST  the optimal setting is osd_pool_default_size = 3
*******************************************************************************************
[stack@undercloud ~]$ ironic node-list
+--------------------------------------+-----------+---------------+-------------+--------------------+-------------+
| UUID                                 | Name      | Instance UUID | Power State | Provisioning State | Maintenance |
+--------------------------------------+-----------+---------------+-------------+--------------------+-------------+
| 009e3a30-2570-40ea-94bd-89d75eb6fd8a | control-0 | None          | power off   | available          | False       |
| 268ed64b-60f0-49f4-9da3-4b7ad58bc659 | control-1 | None          | power off   | available          | False       |
| cc554c7a-9a2f-410a-b2c6-2dc253e8f463 | control-2 | None          | power off   | available          | False       |
| 8baab793-6024-40b8-baa7-41b9d3fc32fc | compute-0 | None          | power off   | available          | False       |
| 18af841a-f191-49e9-a582-6b803dc5042a | ceph-0    | None          | power off   | available          | False       |
| 361b529f-70d7-40c0-a25e-71f1c2095966 | ceph-1    | None          | power off   | available          | False       |
+--------------------------------------+-----------+---------------+-------------+--------------------+-------------+

[stack@undercloud ~]$ ls -l
total 1624708
-rwxr-xr-x. 1 stack stack        770 Jan 15 11:23 containers-default-parameters.yaml
-rw-rw-r--. 1 stack stack      22051 Jan 15 11:03 instackenv.json
-rw-r--r--. 1 root  root   355794768 Jan 13 21:03 ironic-python-agent.initramfs
-rwxr-xr-x. 1 root  root     5393328 Jan 13 21:03 ironic-python-agent.kernel
-rw-r--r--. 1 stack stack        474 Jan 15 11:23 network-environment.yaml
-rw-rw-r--. 1 stack stack        208 Jan 15 11:30 neutronl3ha.yaml
-rw-rw-r--. 1 stack stack          0 Jan 15 11:23 overcloud_custom_tht_script.log
-rwxr-xr-x. 1 stack stack        293 Jan 15 11:23 overcloud-custom-tht-script.sh
-rwxr-xr-x. 1 stack stack       1012 Jan 15 11:30 overcloud-deploy-post.sh
-rwxr-xr-x. 1 stack stack       2877 Jan 15 11:30 overcloud-deploy.sh
-rw-r--r--. 1 root  root    46802667 Jan 13 21:04 overcloud-full.initrd
-rw-r--r--. 1 root  root  1250001408 Jan 13 21:04 overcloud-full.qcow2
-rwxr-xr-x. 1 root  root     5393328 Jan 13 21:04 overcloud-full.vmlinuz
-rwxr-xr-x. 1 stack stack       3905 Jan 15 11:23 overcloud-prep-containers.sh
-rw-rw-r--. 1 stack stack       7336 Jan 15 11:30 overcloud_prep_flavors.log
-rwxr-xr-x. 1 stack stack       3672 Jan 15 11:29 overcloud-prep-flavors.sh
-rw-rw-r--. 1 stack stack       5039 Jan 15 11:29 overcloud_prep_images.log
-rwxr-xr-x. 1 stack stack        746 Jan 15 11:24 overcloud-prep-images.sh
-rw-rw-r--. 1 stack stack       1315 Jan 15 11:30 overcloud_prep_network.log
-rwxr-xr-x. 1 stack stack        861 Jan 15 11:30 overcloud-prep-network.sh
-rw-------. 1 stack stack        351 Jan 15 11:09 quickstart-hieradata-overrides.yaml
-rw-------. 1 stack stack        587 Jan 15 11:22 stackrc
-rw-------. 1 stack stack       7869 Jan 15 11:09 undercloud.conf
-rw-rw-r--. 1 stack stack     190394 Jan 15 11:23 undercloud_install.log
-rwxr-xr-x. 1 stack stack        151 Jan 15 11:09 undercloud-install.sh
-rw-rw-r--. 1 stack stack       1650 Jan 15 11:09 undercloud-passwords.conf
-rwxr-xr-x. 1 stack stack        463 Jan 15 11:24 upload_images_to_local_registry.py
[stack@undercloud ~]$ ./overcloud-deploy.sh
+ source /home/stack/stackrc
++ NOVA_VERSION=1.1
++ export NOVA_VERSION
+++ sudo hiera admin_password
++ OS_PASSWORD=350f89fc2b9f2e8baf7a51f719250d4a000455dd
++ export OS_PASSWORD
++ OS_AUTH_URL=https://192.168.24.2:13000/v2.0
++ PYTHONWARNINGS='ignore:Certificate has no, ignore:A true SSLContext object is not available'
++ export OS_AUTH_URL
++ export PYTHONWARNINGS
++ OS_USERNAME=admin
++ OS_TENANT_NAME=admin
++ COMPUTE_API_VERSION=1.1
++ OS_BAREMETAL_API_VERSION=1.15
++ OS_NO_CACHE=True
++ OS_CLOUDNAME=undercloud
++ OS_IMAGE_API_VERSION=1
++ export OS_USERNAME
++ export OS_TENANT_NAME
++ export COMPUTE_API_VERSION
++ export OS_BAREMETAL
++ export OS_NO_CACHE
++ export OS_CLOUDNAME
++ export OS_IMAGE_API_VERSION
+ true
++ openstack hypervisor stats show -c count -f value
+ count=6
+ '[' 6 -gt 0 ']'
+ break
+ openstack overcloud deploy --templates /usr/share/openstack-tripleo-heat-templates --libvirt-type qemu --control-flavor oooq_control --compute-flavor oooq_compute --ceph-storage-flavor oooq_ceph --block-storage-flavor oooq_blockstorage --swift-storage-flavor oooq_objectstorage --timeout 90 -e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/net-single-nic-with-vlans.yaml -e /home/stack/network-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/puppet-pacemaker.yaml -e /home/stack/neutronl3ha.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml --validation-warnings-fatal --control-scale 3 --compute-scale 1 --ceph-storage-scale 2 --ntp-server pool.ntp.org -e /usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml
Removing the current plan files
Uploading new plan files
Started Mistral Workflow. Execution ID: d1439bbe-a026-405c-87a4-893bedc3279c
Plan updated
Deploying templates in the directory /tmp/tripleoclient-W7G632/tripleo-heat-templates
Started Mistral Workflow. Execution ID: d203f178-7896-47d4-903f-272541a73153
2017-01-15 11:36:48Z [overcloud]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:36:48Z [overcloud.HorizonSecret]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:48Z [overcloud.PcsdPassword]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:48Z [overcloud.RabbitCookie]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:48Z [overcloud.Networks]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:49Z [overcloud.MysqlRootPassword]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:49Z [overcloud.HeatAuthEncryptionKey]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:49Z [overcloud.ServiceNetMap]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:49Z [overcloud.Networks]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:36:49Z [overcloud.Networks.InternalNetwork]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:49Z [overcloud.MysqlRootPassword]: CREATE_COMPLETE  state changed
2017-01-15 11:36:49Z [overcloud.HorizonSecret]: CREATE_COMPLETE  state changed
2017-01-15 11:36:49Z [overcloud.Networks.ManagementNetwork]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:49Z [overcloud.Networks.InternalNetwork]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:36:49Z [overcloud.RabbitCookie]: CREATE_COMPLETE  state changed
2017-01-15 11:36:49Z [overcloud.Networks.StorageNetwork]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:49Z [overcloud.Networks.InternalNetwork.InternalApiNetwork]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:49Z [overcloud.HeatAuthEncryptionKey]: CREATE_COMPLETE  state changed
2017-01-15 11:36:49Z [overcloud.PcsdPassword]: CREATE_COMPLETE  state changed
2017-01-15 11:36:50Z [overcloud.ServiceNetMap]: CREATE_COMPLETE  state changed
2017-01-15 11:36:50Z [overcloud.DefaultPasswords]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:50Z [overcloud.Networks.ExternalNetwork]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:50Z [overcloud.Networks.StorageNetwork]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:36:50Z [overcloud.Networks.InternalNetwork.InternalApiNetwork]: CREATE_COMPLETE  state changed
2017-01-15 11:36:50Z [overcloud.Networks.InternalNetwork.InternalApiSubnet]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:50Z [overcloud.Networks.StorageNetwork.StorageNetwork]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:50Z [overcloud.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:50Z [overcloud.Networks.ExternalNetwork]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:36:50Z [overcloud.Networks.StorageMgmtNetwork]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:50Z [overcloud.Networks.ExternalNetwork.ExternalNetwork]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:51Z [overcloud.Networks.StorageNetwork.StorageNetwork]: CREATE_COMPLETE  state changed
2017-01-15 11:36:51Z [overcloud.Networks.StorageNetwork.StorageSubnet]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:51Z [overcloud.Networks.TenantNetwork]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:51Z [overcloud.Networks.StorageMgmtNetwork]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:36:51Z [overcloud.Networks.ExternalNetwork.ExternalNetwork]: CREATE_COMPLETE  state changed
2017-01-15 11:36:51Z [overcloud.DefaultPasswords]: CREATE_COMPLETE  state changed
2017-01-15 11:36:51Z [overcloud.Networks.StorageMgmtNetwork.StorageMgmtNetwork]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:51Z [overcloud.Networks.ExternalNetwork.ExternalSubnet]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:51Z [overcloud.Networks.ManagementNetwork]: CREATE_COMPLETE  state changed
2017-01-15 11:36:51Z [overcloud.Networks.NetworkExtraConfig]: CREATE_COMPLETE  state changed
2017-01-15 11:36:52Z [overcloud.Networks.TenantNetwork]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:36:52Z [overcloud.Networks.TenantNetwork.TenantNetwork]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:52Z [overcloud.Networks.InternalNetwork.InternalApiSubnet]: CREATE_COMPLETE  state changed
2017-01-15 11:36:52Z [overcloud.Networks.StorageMgmtNetwork.StorageMgmtNetwork]: CREATE_COMPLETE  state changed
2017-01-15 11:36:52Z [overcloud.Networks.InternalNetwork]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:36:52Z [overcloud.Networks.StorageMgmtNetwork.StorageMgmtSubnet]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:52Z [overcloud.Networks.TenantNetwork.TenantNetwork]: CREATE_COMPLETE  state changed
2017-01-15 11:36:52Z [overcloud.Networks.TenantNetwork.TenantSubnet]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:52Z [overcloud.Networks.StorageNetwork.StorageSubnet]: CREATE_COMPLETE  state changed
2017-01-15 11:36:53Z [overcloud.Networks.StorageNetwork]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:36:53Z [overcloud.Networks.InternalNetwork]: CREATE_COMPLETE  state changed
2017-01-15 11:36:53Z [overcloud.Networks.StorageNetwork]: CREATE_COMPLETE  state changed
2017-01-15 11:36:53Z [overcloud.Networks.ExternalNetwork.ExternalSubnet]: CREATE_COMPLETE  state changed
2017-01-15 11:36:53Z [overcloud.Networks.ExternalNetwork]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:36:54Z [overcloud.Networks.StorageMgmtNetwork.StorageMgmtSubnet]: CREATE_COMPLETE  state changed
2017-01-15 11:36:54Z [overcloud.Networks.StorageMgmtNetwork]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:36:54Z [overcloud.Networks.TenantNetwork.TenantSubnet]: CREATE_COMPLETE  state changed
2017-01-15 11:36:54Z [overcloud.Networks.TenantNetwork]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:36:54Z [overcloud.Networks.ExternalNetwork]: CREATE_COMPLETE  state changed
2017-01-15 11:36:54Z [overcloud.Networks.StorageMgmtNetwork]: CREATE_COMPLETE  state changed
2017-01-15 11:36:55Z [overcloud.Networks.TenantNetwork]: CREATE_COMPLETE  state changed
2017-01-15 11:36:55Z [overcloud.Networks]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:36:55Z [overcloud.Networks]: CREATE_COMPLETE  state changed
2017-01-15 11:36:55Z [overcloud.ControlVirtualIP]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:57Z [overcloud.ControlVirtualIP]: CREATE_COMPLETE  state changed
2017-01-15 11:36:57Z [overcloud.PublicVirtualIP]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:57Z [overcloud.PublicVirtualIP]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:36:57Z [overcloud.RedisVirtualIP]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:58Z [overcloud.PublicVirtualIP.ExternalPort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:58Z [overcloud.RedisVirtualIP]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:36:58Z [overcloud.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:58Z [overcloud.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:36:58Z [overcloud.InternalApiVirtualIP]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:58Z [overcloud.RedisVirtualIP.VipPort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:58Z [overcloud.StorageMgmtVirtualIP.StorageMgmtPort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:59Z [overcloud.PublicVirtualIP.ExternalPort]: CREATE_COMPLETE  state changed
2017-01-15 11:36:59Z [overcloud.PublicVirtualIP]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:36:59Z [overcloud.InternalApiVirtualIP]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:36:59Z [overcloud.StorageVirtualIP]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:59Z [overcloud.InternalApiVirtualIP.InternalApiPort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:36:59Z [overcloud.StorageVirtualIP]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:36:59Z [overcloud.StorageVirtualIP.StoragePort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:00Z [overcloud.RedisVirtualIP.VipPort]: CREATE_COMPLETE  state changed
2017-01-15 11:37:00Z [overcloud.RedisVirtualIP]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:37:00Z [overcloud.StorageMgmtVirtualIP.StorageMgmtPort]: CREATE_COMPLETE  state changed
2017-01-15 11:37:00Z [overcloud.InternalApiVirtualIP.InternalApiPort]: CREATE_COMPLETE  state changed
2017-01-15 11:37:00Z [overcloud.StorageVirtualIP.StoragePort]: CREATE_COMPLETE  state changed
2017-01-15 11:37:00Z [overcloud.StorageMgmtVirtualIP]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:37:00Z [overcloud.InternalApiVirtualIP]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:37:00Z [overcloud.StorageVirtualIP]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:37:00Z [overcloud.StorageMgmtVirtualIP]: CREATE_COMPLETE  state changed
2017-01-15 11:37:00Z [overcloud.PublicVirtualIP]: CREATE_COMPLETE  state changed
2017-01-15 11:37:00Z [overcloud.RedisVirtualIP]: CREATE_COMPLETE  state changed
2017-01-15 11:37:01Z [overcloud.InternalApiVirtualIP]: CREATE_COMPLETE  state changed
2017-01-15 11:37:01Z [overcloud.StorageVirtualIP]: CREATE_COMPLETE  state changed
2017-01-15 11:37:01Z [overcloud.VipMap]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:03Z [overcloud.VipMap]: CREATE_COMPLETE  state changed
2017-01-15 11:37:03Z [overcloud.EndpointMap]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:04Z [overcloud.EndpointMap]: CREATE_COMPLETE  state changed
2017-01-15 11:37:05Z [overcloud.CephStorageServiceChain]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:05Z [overcloud.ControllerServiceChain]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:05Z [overcloud.CephStorageServiceChain]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:37:05Z [overcloud.CephStorageServiceChain.LoggingConfiguration]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:05Z [overcloud.CephStorageServiceChain.ServiceChain]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:08Z [overcloud.CephStorageServiceChain.LoggingConfiguration]: CREATE_COMPLETE  state changed
2017-01-15 11:37:08Z [overcloud.BlockStorageServiceChain]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:08Z [overcloud.ControllerServiceChain]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:37:08Z [overcloud.ControllerServiceChain.LoggingConfiguration]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:09Z [overcloud.ControllerServiceChain.ServiceChain]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:09Z [overcloud.CephStorageServiceChain.ServiceChain]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:37:09Z [overcloud.BlockStorageServiceChain]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:37:09Z [overcloud.BlockStorageServiceChain.LoggingConfiguration]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:09Z [overcloud.ComputeServiceChain]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:09Z [overcloud.CephStorageServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:09Z [overcloud.CephStorageServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:11Z [overcloud.CephStorageServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:11Z [overcloud.CephStorageServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:11Z [overcloud.BlockStorageServiceChain.ServiceChain]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:11Z [overcloud.ObjectStorageServiceChain]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:11Z [overcloud.ControllerServiceChain.LoggingConfiguration]: CREATE_COMPLETE  state changed
2017-01-15 11:37:11Z [overcloud.ComputeServiceChain]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:37:12Z [overcloud.ComputeServiceChain.LoggingConfiguration]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:12Z [overcloud.CephStorageServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:12Z [overcloud.BlockStorageServiceChain.LoggingConfiguration]: CREATE_COMPLETE  state changed
2017-01-15 11:37:12Z [overcloud.CephStorageServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:13Z [overcloud.ObjectStorageServiceChain]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:37:13Z [overcloud.ComputeServiceChain.ServiceChain]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:13Z [overcloud.ObjectStorageServiceChain.LoggingConfiguration]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:13Z [overcloud.CephStorageServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:13Z [overcloud.BlockStorageServiceChain.ServiceChain]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:37:13Z [overcloud.BlockStorageServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:13Z [overcloud.CephStorageServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:13Z [overcloud.ObjectStorageServiceChain.ServiceChain]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:13Z [overcloud.ComputeServiceChain.LoggingConfiguration]: CREATE_COMPLETE  state changed
2017-01-15 11:37:14Z [overcloud.BlockStorageServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:15Z [overcloud.CephStorageServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:15Z [overcloud.ObjectStorageServiceChain.LoggingConfiguration]: CREATE_COMPLETE  state changed
2017-01-15 11:37:15Z [overcloud.BlockStorageServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:15Z [overcloud.CephStorageServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:15Z [overcloud.BlockStorageServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:15Z [overcloud.CephStorageServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:15Z [overcloud.ObjectStorageServiceChain.ServiceChain]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:37:16Z [overcloud.BlockStorageServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:16Z [overcloud.ObjectStorageServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:17Z [overcloud.ComputeServiceChain.ServiceChain]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:37:17Z [overcloud.CephStorageServiceChain.ServiceChain.3]: CREATE_COMPLETE  state changed
2017-01-15 11:37:17Z [overcloud.CephStorageServiceChain.ServiceChain.8]: CREATE_COMPLETE  state changed
2017-01-15 11:37:17Z [overcloud.ComputeServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:17Z [overcloud.BlockStorageServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:17Z [overcloud.CephStorageServiceChain.ServiceChain.10]: CREATE_COMPLETE  state changed
2017-01-15 11:37:17Z [overcloud.CephStorageServiceChain.ServiceChain.2]: CREATE_COMPLETE  state changed
2017-01-15 11:37:17Z [overcloud.ObjectStorageServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:17Z [overcloud.ComputeServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:17Z [overcloud.CephStorageServiceChain.ServiceChain.9]: CREATE_COMPLETE  state changed
2017-01-15 11:37:17Z [overcloud.BlockStorageServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:17Z [overcloud.ObjectStorageServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:17Z [overcloud.CephStorageServiceChain.ServiceChain.0]: CREATE_COMPLETE  state changed
2017-01-15 11:37:17Z [overcloud.BlockStorageServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:17Z [overcloud.CephStorageServiceChain.ServiceChain.5]: CREATE_COMPLETE  state changed
2017-01-15 11:37:17Z [overcloud.ComputeServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:18Z [overcloud.CephStorageServiceChain.ServiceChain.1]: CREATE_COMPLETE  state changed
2017-01-15 11:37:18Z [overcloud.ObjectStorageServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:18Z [overcloud.CephStorageServiceChain.ServiceChain.7]: CREATE_COMPLETE  state changed
2017-01-15 11:37:18Z [overcloud.BlockStorageServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:18Z [overcloud.ComputeServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:18Z [overcloud.CephStorageServiceChain.ServiceChain.4]: CREATE_COMPLETE  state changed
2017-01-15 11:37:18Z [overcloud.ComputeServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:18Z [overcloud.CephStorageServiceChain.ServiceChain.6]: CREATE_COMPLETE  state changed
2017-01-15 11:37:18Z [overcloud.CephStorageServiceChain.ServiceChain]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:37:18Z [overcloud.ObjectStorageServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:18Z [overcloud.BlockStorageServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:18Z [overcloud.ComputeServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:19Z [overcloud.ObjectStorageServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:19Z [overcloud.ComputeServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:19Z [overcloud.BlockStorageServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:19Z [overcloud.ComputeServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:19Z [overcloud.CephStorageServiceChain.ServiceChain]: CREATE_COMPLETE  state changed
2017-01-15 11:37:19Z [overcloud.CephStorageServiceChain]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:37:19Z [overcloud.ComputeServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:19Z [overcloud.ObjectStorageServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:19Z [overcloud.BlockStorageServiceChain.ServiceChain.10]: CREATE_COMPLETE  state changed
2017-01-15 11:37:19Z [overcloud.ComputeServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:19Z [overcloud.BlockStorageServiceChain.ServiceChain.5]: CREATE_COMPLETE  state changed
2017-01-15 11:37:19Z [overcloud.ControllerServiceChain.ServiceChain]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:37:19Z [overcloud.BlockStorageServiceChain.ServiceChain.4]: CREATE_COMPLETE  state changed
2017-01-15 11:37:19Z [overcloud.ObjectStorageServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:19Z [overcloud.BlockStorageServiceChain.ServiceChain.7]: CREATE_COMPLETE  state changed
2017-01-15 11:37:19Z [overcloud.ControllerServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:20Z [overcloud.BlockStorageServiceChain.ServiceChain.1]: CREATE_COMPLETE  state changed
2017-01-15 11:37:20Z [overcloud.ComputeServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:20Z [overcloud.BlockStorageServiceChain.ServiceChain.3]: CREATE_COMPLETE  state changed
2017-01-15 11:37:20Z [overcloud.ObjectStorageServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:20Z [overcloud.BlockStorageServiceChain.ServiceChain.8]: CREATE_COMPLETE  state changed
2017-01-15 11:37:20Z [overcloud.ComputeServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:20Z [overcloud.BlockStorageServiceChain.ServiceChain.6]: CREATE_COMPLETE  state changed
2017-01-15 11:37:20Z [overcloud.CephStorageServiceChain]: CREATE_COMPLETE  state changed
2017-01-15 11:37:20Z [overcloud.ComputeServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:20Z [overcloud.ControllerServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:20Z [overcloud.BlockStorageServiceChain.ServiceChain.9]: CREATE_COMPLETE  state changed
2017-01-15 11:37:20Z [overcloud.ObjectStorageServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:20Z [overcloud.ControllerServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:20Z [overcloud.BlockStorageServiceChain.ServiceChain.0]: CREATE_COMPLETE  state changed
2017-01-15 11:37:21Z [overcloud.ObjectStorageServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:21Z [overcloud.ComputeServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:21Z [overcloud.BlockStorageServiceChain.ServiceChain.2]: CREATE_COMPLETE  state changed
2017-01-15 11:37:21Z [overcloud.BlockStorageServiceChain.ServiceChain]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:37:21Z [overcloud.ControllerServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:21Z [overcloud.ObjectStorageServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:21Z [overcloud.ComputeServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:21Z [overcloud.ControllerServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:21Z [overcloud.ComputeServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:21Z [overcloud.ObjectStorageServiceChain.ServiceChain.11]: CREATE_COMPLETE  state changed
2017-01-15 11:37:22Z [overcloud.ObjectStorageServiceChain.ServiceChain.10]: CREATE_COMPLETE  state changed
2017-01-15 11:37:22Z [overcloud.ComputeServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:22Z [overcloud.ObjectStorageServiceChain.ServiceChain.6]: CREATE_COMPLETE  state changed
2017-01-15 11:37:22Z [overcloud.BlockStorageServiceChain.ServiceChain]: CREATE_COMPLETE  state changed
2017-01-15 11:37:22Z [overcloud.ControllerServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:22Z [overcloud.BlockStorageServiceChain]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:37:22Z [overcloud.ObjectStorageServiceChain.ServiceChain.2]: CREATE_COMPLETE  state changed
2017-01-15 11:37:22Z [overcloud.ObjectStorageServiceChain.ServiceChain.1]: CREATE_COMPLETE  state changed
2017-01-15 11:37:22Z [overcloud.ComputeServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:22Z [overcloud.ObjectStorageServiceChain.ServiceChain.5]: CREATE_COMPLETE  state changed
2017-01-15 11:37:22Z [overcloud.ControllerServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:23Z [overcloud.BlockStorageServiceChain]: CREATE_COMPLETE  state changed
2017-01-15 11:37:23Z [overcloud.ObjectStorageServiceChain.ServiceChain.7]: CREATE_COMPLETE  state changed
2017-01-15 11:37:23Z [overcloud.ObjectStorageServiceChain.ServiceChain.4]: CREATE_COMPLETE  state changed
2017-01-15 11:37:23Z [overcloud.ComputeServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:23Z [overcloud.ControllerServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:23Z [overcloud.ObjectStorageServiceChain.ServiceChain.8]: CREATE_COMPLETE  state changed
2017-01-15 11:37:23Z [overcloud.ObjectStorageServiceChain.ServiceChain.9]: CREATE_COMPLETE  state changed
2017-01-15 11:37:23Z [overcloud.ObjectStorageServiceChain.ServiceChain.0]: CREATE_COMPLETE  state changed
2017-01-15 11:37:23Z [overcloud.ComputeServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:23Z [overcloud.ControllerServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:24Z [overcloud.ComputeServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:24Z [overcloud.ControllerServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:24Z [overcloud.ComputeServiceChain.ServiceChain.3]: CREATE_COMPLETE  state changed
2017-01-15 11:37:24Z [overcloud.ControllerServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:24Z [overcloud.ObjectStorageServiceChain.ServiceChain.3]: CREATE_COMPLETE  state changed
2017-01-15 11:37:24Z [overcloud.ComputeServiceChain.ServiceChain.13]: CREATE_COMPLETE  state changed
2017-01-15 11:37:24Z [overcloud.ObjectStorageServiceChain.ServiceChain]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:37:25Z [overcloud.ComputeServiceChain.ServiceChain.4]: CREATE_COMPLETE  state changed
2017-01-15 11:37:25Z [overcloud.ControllerServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:25Z [overcloud.ComputeServiceChain.ServiceChain.1]: CREATE_COMPLETE  state changed
2017-01-15 11:37:25Z [overcloud.ObjectStorageServiceChain.ServiceChain]: CREATE_COMPLETE  state changed
2017-01-15 11:37:25Z [overcloud.ComputeServiceChain.ServiceChain.14]: CREATE_COMPLETE  state changed
2017-01-15 11:37:25Z [overcloud.ObjectStorageServiceChain]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:37:25Z [overcloud.ComputeServiceChain.ServiceChain.16]: CREATE_COMPLETE  state changed
2017-01-15 11:37:25Z [overcloud.ComputeServiceChain.ServiceChain.12]: CREATE_COMPLETE  state changed
2017-01-15 11:37:25Z [overcloud.ControllerServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:26Z [overcloud.ComputeServiceChain.ServiceChain.9]: CREATE_COMPLETE  state changed
2017-01-15 11:37:26Z [overcloud.ObjectStorageServiceChain]: CREATE_COMPLETE  state changed
2017-01-15 11:37:26Z [overcloud.ComputeServiceChain.ServiceChain.8]: CREATE_COMPLETE  state changed
2017-01-15 11:37:26Z [overcloud.ControllerServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:26Z [overcloud.ComputeServiceChain.ServiceChain.20]: CREATE_COMPLETE  state changed
2017-01-15 11:37:26Z [overcloud.ComputeServiceChain.ServiceChain.10]: CREATE_COMPLETE  state changed
2017-01-15 11:37:26Z [overcloud.ComputeServiceChain.ServiceChain.19]: CREATE_COMPLETE  state changed
2017-01-15 11:37:26Z [overcloud.ControllerServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:26Z [overcloud.ComputeServiceChain.ServiceChain.17]: CREATE_COMPLETE  state changed
2017-01-15 11:37:27Z [overcloud.ComputeServiceChain.ServiceChain.0]: CREATE_COMPLETE  state changed
2017-01-15 11:37:27Z [overcloud.ComputeServiceChain.ServiceChain.7]: CREATE_COMPLETE  state changed
2017-01-15 11:37:27Z [overcloud.ComputeServiceChain.ServiceChain.6]: CREATE_COMPLETE  state changed
2017-01-15 11:37:27Z [overcloud.ControllerServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:27Z [overcloud.ComputeServiceChain.ServiceChain.2]: CREATE_COMPLETE  state changed
2017-01-15 11:37:27Z [overcloud.ComputeServiceChain.ServiceChain.5]: CREATE_COMPLETE  state changed
2017-01-15 11:37:27Z [overcloud.ComputeServiceChain.ServiceChain.15]: CREATE_COMPLETE  state changed
2017-01-15 11:37:27Z [overcloud.ControllerServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:27Z [overcloud.ComputeServiceChain.ServiceChain.18]: CREATE_COMPLETE  state changed
2017-01-15 11:37:28Z [overcloud.ControllerServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:28Z [overcloud.ControllerServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:28Z [overcloud.ControllerServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:28Z [overcloud.ControllerServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:28Z [overcloud.ComputeServiceChain.ServiceChain.11]: CREATE_COMPLETE  state changed
2017-01-15 11:37:28Z [overcloud.ComputeServiceChain.ServiceChain]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:37:29Z [overcloud.ControllerServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:29Z [overcloud.ControllerServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:29Z [overcloud.ComputeServiceChain.ServiceChain]: CREATE_COMPLETE  state changed
2017-01-15 11:37:29Z [overcloud.ComputeServiceChain]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:37:29Z [overcloud.ControllerServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:30Z [overcloud.ControllerServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:30Z [overcloud.ComputeServiceChain]: CREATE_COMPLETE  state changed
2017-01-15 11:37:30Z [overcloud.ControllerServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:30Z [overcloud.ControllerServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:31Z [overcloud.ControllerServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:31Z [overcloud.ControllerServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:31Z [overcloud.ControllerServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:32Z [overcloud.ControllerServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:32Z [overcloud.ControllerServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:32Z [overcloud.ControllerServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:33Z [overcloud.ControllerServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:33Z [overcloud.ControllerServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:34Z [overcloud.ControllerServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:34Z [overcloud.ControllerServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:34Z [overcloud.ControllerServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:34Z [overcloud.ControllerServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:34Z [overcloud.ControllerServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:34Z [overcloud.ControllerServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:35Z [overcloud.ControllerServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:35Z [overcloud.ControllerServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:35Z [overcloud.ControllerServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:35Z [overcloud.ControllerServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:36Z [overcloud.ControllerServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:36Z [overcloud.ControllerServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:36Z [overcloud.ControllerServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:36Z [overcloud.ControllerServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:37Z [overcloud.ControllerServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:37Z [overcloud.ControllerServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:38Z [overcloud.ControllerServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:38Z [overcloud.ControllerServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:39Z [overcloud.ControllerServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:39Z [overcloud.ControllerServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:39Z [overcloud.ControllerServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:40Z [overcloud.ControllerServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:40Z [overcloud.ControllerServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:40Z [overcloud.ControllerServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:41Z [overcloud.ControllerServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:41Z [overcloud.ControllerServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:42Z [overcloud.ControllerServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:44Z [overcloud.ControllerServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:44Z [overcloud.ControllerServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:44Z [overcloud.ControllerServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:45Z [overcloud.ControllerServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:45Z [overcloud.ControllerServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:45Z [overcloud.ControllerServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:45Z [overcloud.ControllerServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:45Z [overcloud.ControllerServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:45Z [overcloud.ControllerServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:45Z [overcloud.ControllerServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:46Z [overcloud.ControllerServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:46Z [overcloud.ControllerServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:46Z [overcloud.ControllerServiceChain.ServiceChain.33]: CREATE_COMPLETE  state changed
2017-01-15 11:37:46Z [overcloud.ControllerServiceChain.ServiceChain.0]: CREATE_COMPLETE  state changed
2017-01-15 11:37:46Z [overcloud.ControllerServiceChain.ServiceChain.66]: CREATE_COMPLETE  state changed
2017-01-15 11:37:47Z [overcloud.ControllerServiceChain.ServiceChain.53]: CREATE_COMPLETE  state changed
2017-01-15 11:37:47Z [overcloud.ControllerServiceChain.ServiceChain.25]: CREATE_COMPLETE  state changed
2017-01-15 11:37:47Z [overcloud.ControllerServiceChain.ServiceChain.45]: CREATE_COMPLETE  state changed
2017-01-15 11:37:47Z [overcloud.ControllerServiceChain.ServiceChain.54]: CREATE_COMPLETE  state changed
2017-01-15 11:37:47Z [overcloud.ControllerServiceChain.ServiceChain.64]: CREATE_COMPLETE  state changed
2017-01-15 11:37:47Z [overcloud.ControllerServiceChain.ServiceChain.50]: CREATE_COMPLETE  state changed
2017-01-15 11:37:47Z [overcloud.ControllerServiceChain.ServiceChain.39]: CREATE_COMPLETE  state changed
2017-01-15 11:37:47Z [overcloud.ControllerServiceChain.ServiceChain.67]: CREATE_COMPLETE  state changed
2017-01-15 11:37:47Z [overcloud.ControllerServiceChain.ServiceChain.12]: CREATE_COMPLETE  state changed
2017-01-15 11:37:47Z [overcloud.ControllerServiceChain.ServiceChain.62]: CREATE_COMPLETE  state changed
2017-01-15 11:37:47Z [overcloud.ControllerServiceChain.ServiceChain.37]: CREATE_COMPLETE  state changed
2017-01-15 11:37:47Z [overcloud.ControllerServiceChain.ServiceChain.71]: CREATE_COMPLETE  state changed
2017-01-15 11:37:47Z [overcloud.ControllerServiceChain.ServiceChain.21]: CREATE_COMPLETE  state changed
2017-01-15 11:37:47Z [overcloud.ControllerServiceChain.ServiceChain.48]: CREATE_COMPLETE  state changed
2017-01-15 11:37:47Z [overcloud.ControllerServiceChain.ServiceChain.68]: CREATE_COMPLETE  state changed
2017-01-15 11:37:48Z [overcloud.ControllerServiceChain.ServiceChain.34]: CREATE_COMPLETE  state changed
2017-01-15 11:37:48Z [overcloud.ControllerServiceChain.ServiceChain.47]: CREATE_COMPLETE  state changed
2017-01-15 11:37:48Z [overcloud.ControllerServiceChain.ServiceChain.32]: CREATE_COMPLETE  state changed
2017-01-15 11:37:48Z [overcloud.ControllerServiceChain.ServiceChain.26]: CREATE_COMPLETE  state changed
2017-01-15 11:37:48Z [overcloud.ControllerServiceChain.ServiceChain.70]: CREATE_COMPLETE  state changed
2017-01-15 11:37:48Z [overcloud.ControllerServiceChain.ServiceChain.3]: CREATE_COMPLETE  state changed
2017-01-15 11:37:48Z [overcloud.ControllerServiceChain.ServiceChain.49]: CREATE_COMPLETE  state changed
2017-01-15 11:37:48Z [overcloud.ControllerServiceChain.ServiceChain.5]: CREATE_COMPLETE  state changed
2017-01-15 11:37:48Z [overcloud.ControllerServiceChain.ServiceChain.65]: CREATE_COMPLETE  state changed
2017-01-15 11:37:48Z [overcloud.ControllerServiceChain.ServiceChain.73]: CREATE_COMPLETE  state changed
2017-01-15 11:37:48Z [overcloud.ControllerServiceChain.ServiceChain.1]: CREATE_COMPLETE  state changed
2017-01-15 11:37:48Z [overcloud.ControllerServiceChain.ServiceChain.24]: CREATE_COMPLETE  state changed
2017-01-15 11:37:48Z [overcloud.ControllerServiceChain.ServiceChain.4]: CREATE_COMPLETE  state changed
2017-01-15 11:37:48Z [overcloud.ControllerServiceChain.ServiceChain.6]: CREATE_COMPLETE  state changed
2017-01-15 11:37:49Z [overcloud.ControllerServiceChain.ServiceChain.58]: CREATE_COMPLETE  state changed
2017-01-15 11:37:49Z [overcloud.ControllerServiceChain.ServiceChain.13]: CREATE_COMPLETE  state changed
2017-01-15 11:37:49Z [overcloud.ControllerServiceChain.ServiceChain.40]: CREATE_COMPLETE  state changed
2017-01-15 11:37:49Z [overcloud.ControllerServiceChain.ServiceChain.7]: CREATE_COMPLETE  state changed
2017-01-15 11:37:49Z [overcloud.ControllerServiceChain.ServiceChain.69]: CREATE_COMPLETE  state changed
2017-01-15 11:37:49Z [overcloud.ControllerServiceChain.ServiceChain.9]: CREATE_COMPLETE  state changed
2017-01-15 11:37:49Z [overcloud.ControllerServiceChain.ServiceChain.16]: CREATE_COMPLETE  state changed
2017-01-15 11:37:49Z [overcloud.ControllerServiceChain.ServiceChain.29]: CREATE_COMPLETE  state changed
2017-01-15 11:37:49Z [overcloud.ControllerServiceChain.ServiceChain.46]: CREATE_COMPLETE  state changed
2017-01-15 11:37:49Z [overcloud.ControllerServiceChain.ServiceChain.43]: CREATE_COMPLETE  state changed
2017-01-15 11:37:49Z [overcloud.ControllerServiceChain.ServiceChain.51]: CREATE_COMPLETE  state changed
2017-01-15 11:37:49Z [overcloud.ControllerServiceChain.ServiceChain.27]: CREATE_COMPLETE  state changed
2017-01-15 11:37:49Z [overcloud.ControllerServiceChain.ServiceChain.10]: CREATE_COMPLETE  state changed
2017-01-15 11:37:49Z [overcloud.ControllerServiceChain.ServiceChain.30]: CREATE_COMPLETE  state changed
2017-01-15 11:37:49Z [overcloud.ControllerServiceChain.ServiceChain.8]: CREATE_COMPLETE  state changed
2017-01-15 11:37:50Z [overcloud.ControllerServiceChain.ServiceChain.57]: CREATE_COMPLETE  state changed
2017-01-15 11:37:50Z [overcloud.ControllerServiceChain.ServiceChain.18]: CREATE_COMPLETE  state changed
2017-01-15 11:37:50Z [overcloud.ControllerServiceChain.ServiceChain.38]: CREATE_COMPLETE  state changed
2017-01-15 11:37:50Z [overcloud.ControllerServiceChain.ServiceChain.11]: CREATE_COMPLETE  state changed
2017-01-15 11:37:50Z [overcloud.ControllerServiceChain.ServiceChain.44]: CREATE_COMPLETE  state changed
2017-01-15 11:37:50Z [overcloud.ControllerServiceChain.ServiceChain.61]: CREATE_COMPLETE  state changed
2017-01-15 11:37:50Z [overcloud.ControllerServiceChain.ServiceChain.20]: CREATE_COMPLETE  state changed
2017-01-15 11:37:50Z [overcloud.ControllerServiceChain.ServiceChain.52]: CREATE_COMPLETE  state changed
2017-01-15 11:37:50Z [overcloud.ControllerServiceChain.ServiceChain.56]: CREATE_COMPLETE  state changed
2017-01-15 11:37:50Z [overcloud.ControllerServiceChain.ServiceChain.28]: CREATE_COMPLETE  state changed
2017-01-15 11:37:50Z [overcloud.ControllerServiceChain.ServiceChain.55]: CREATE_COMPLETE  state changed
2017-01-15 11:37:50Z [overcloud.ControllerServiceChain.ServiceChain.17]: CREATE_COMPLETE  state changed
2017-01-15 11:37:50Z [overcloud.ControllerServiceChain.ServiceChain.36]: CREATE_COMPLETE  state changed
2017-01-15 11:37:50Z [overcloud.ControllerServiceChain.ServiceChain.23]: CREATE_COMPLETE  state changed
2017-01-15 11:37:50Z [overcloud.ControllerServiceChain.ServiceChain.63]: CREATE_COMPLETE  state changed
2017-01-15 11:37:50Z [overcloud.ControllerServiceChain.ServiceChain.22]: CREATE_COMPLETE  state changed
2017-01-15 11:37:50Z [overcloud.ControllerServiceChain.ServiceChain.2]: CREATE_COMPLETE  state changed
2017-01-15 11:37:51Z [overcloud.ControllerServiceChain.ServiceChain.31]: CREATE_COMPLETE  state changed
2017-01-15 11:37:51Z [overcloud.ControllerServiceChain.ServiceChain.60]: CREATE_COMPLETE  state changed
2017-01-15 11:37:51Z [overcloud.ControllerServiceChain.ServiceChain.19]: CREATE_COMPLETE  state changed
2017-01-15 11:37:51Z [overcloud.ControllerServiceChain.ServiceChain.35]: CREATE_COMPLETE  state changed
2017-01-15 11:37:51Z [overcloud.ControllerServiceChain.ServiceChain.15]: CREATE_COMPLETE  state changed
2017-01-15 11:37:51Z [overcloud.ControllerServiceChain.ServiceChain.14]: CREATE_COMPLETE  state changed
2017-01-15 11:37:51Z [overcloud.ControllerServiceChain.ServiceChain.41]: CREATE_COMPLETE  state changed
2017-01-15 11:37:51Z [overcloud.ControllerServiceChain.ServiceChain.42]: CREATE_COMPLETE  state changed
2017-01-15 11:37:51Z [overcloud.ControllerServiceChain.ServiceChain.72]: CREATE_COMPLETE  state changed
2017-01-15 11:37:51Z [overcloud.ControllerServiceChain.ServiceChain.59]: CREATE_COMPLETE  state changed
2017-01-15 11:37:51Z [overcloud.ControllerServiceChain.ServiceChain]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:37:51Z [overcloud.ControllerServiceChain.ServiceChain]: CREATE_COMPLETE  state changed
2017-01-15 11:37:51Z [overcloud.ControllerServiceChain]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:37:52Z [overcloud.ControllerServiceChain]: CREATE_COMPLETE  state changed
2017-01-15 11:37:58Z [overcloud.Compute]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:59Z [overcloud.Compute]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:37:59Z [overcloud.ObjectStorage]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:59Z [overcloud.Compute.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:37:59Z [overcloud.CephStorage]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:01Z [overcloud.CephStorage]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:38:01Z [overcloud.BlockStorage]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:01Z [overcloud.CephStorage.1]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:01Z [overcloud.Controller]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:02Z [overcloud.Compute.0]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:38:02Z [overcloud.Compute.0.NodeAdminUserData]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:02Z [overcloud.CephStorage.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:02Z [overcloud.Compute.0.UpdateConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:03Z [overcloud.Compute.0.NodeUserData]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:03Z [overcloud.Controller]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:38:03Z [overcloud.Controller.1]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:04Z [overcloud.ObjectStorage]: CREATE_COMPLETE  state changed
2017-01-15 11:38:04Z [overcloud.BlockStorage]: CREATE_COMPLETE  state changed
2017-01-15 11:38:04Z [overcloud.CephStorage.1]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:38:05Z [overcloud.Compute.0.UpdateConfig]: CREATE_COMPLETE  state changed
2017-01-15 11:38:05Z [overcloud.Controller.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:05Z [overcloud.CephStorage.1.UpdateConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:05Z [overcloud.BlockStorageIpListMap]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:05Z [overcloud.Compute.0.NodeUserData]: CREATE_COMPLETE  state changed
2017-01-15 11:38:05Z [overcloud.Compute.0.NodeAdminUserData]: CREATE_COMPLETE  state changed
2017-01-15 11:38:05Z [overcloud.CephStorage.1.NodeAdminUserData]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:05Z [overcloud.Compute.0.UserData]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:05Z [overcloud.BlockStorageIpListMap]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:38:05Z [overcloud.BlockStorageIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:06Z [overcloud.BlockStorageIpListMap.EnabledServicesValue]: CREATE_COMPLETE  state changed
2017-01-15 11:38:06Z [overcloud.CephStorage.1.NodeUserData]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:06Z [overcloud.BlockStorageIpListMap]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:38:06Z [overcloud.ObjectStorageIpListMap]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:06Z [overcloud.CephStorage.0]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:38:06Z [overcloud.Controller.2]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:06Z [overcloud.CephStorage.1.UpdateConfig]: CREATE_COMPLETE  state changed
2017-01-15 11:38:06Z [overcloud.CephStorage.0.UpdateConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:07Z [overcloud.Compute.0.UserData]: CREATE_COMPLETE  state changed
2017-01-15 11:38:07Z [overcloud.ObjectStorageIpListMap]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:38:07Z [overcloud.CephStorage.0.NodeUserData]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:07Z [overcloud.ObjectStorageIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:07Z [overcloud.Compute.0.NovaCompute]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:07Z [overcloud.Controller.1]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:38:07Z [overcloud.ObjectStorageIpListMap.EnabledServicesValue]: CREATE_COMPLETE  state changed
2017-01-15 11:38:07Z [overcloud.Controller.1.UpdateConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:07Z [overcloud.CephStorage.0.NodeAdminUserData]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:07Z [overcloud.ObjectStorageIpListMap]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:38:07Z [overcloud.CephStorage.1.NodeUserData]: CREATE_COMPLETE  state changed
2017-01-15 11:38:08Z [overcloud.BlockStorageIpListMap]: CREATE_COMPLETE  state changed
2017-01-15 11:38:08Z [overcloud.Controller.1.NodeUserData]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:08Z [overcloud.CephStorage.0.UpdateConfig]: CREATE_COMPLETE  state changed
2017-01-15 11:38:08Z [overcloud.ObjectStorageIpListMap]: CREATE_COMPLETE  state changed
2017-01-15 11:38:08Z [overcloud.Controller.1.NodeAdminUserData]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:09Z [overcloud.CephStorage.1.NodeAdminUserData]: CREATE_COMPLETE  state changed
2017-01-15 11:38:09Z [overcloud.Controller.0]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:38:09Z [overcloud.Controller.0.NodeUserData]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:09Z [overcloud.CephStorage.1.UserData]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:09Z [overcloud.Controller.1.UpdateConfig]: CREATE_COMPLETE  state changed
2017-01-15 11:38:09Z [overcloud.CephStorage.0.NodeUserData]: CREATE_COMPLETE  state changed
2017-01-15 11:38:10Z [overcloud.Controller.2]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:38:10Z [overcloud.Controller.0.NodeAdminUserData]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:10Z [overcloud.Controller.2.UpdateConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:11Z [overcloud.Controller.1.NodeUserData]: CREATE_COMPLETE  state changed
2017-01-15 11:38:11Z [overcloud.Controller.0.UpdateConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:11Z [overcloud.CephStorage.0.NodeAdminUserData]: CREATE_COMPLETE  state changed
2017-01-15 11:38:11Z [overcloud.Controller.2.NodeUserData]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:11Z [overcloud.CephStorage.1.UserData]: CREATE_COMPLETE  state changed
2017-01-15 11:38:11Z [overcloud.CephStorage.0.UserData]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:12Z [overcloud.Controller.2.NodeAdminUserData]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:12Z [overcloud.CephStorage.1.CephStorage]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:12Z [overcloud.Controller.0.NodeUserData]: CREATE_COMPLETE  state changed
2017-01-15 11:38:13Z [overcloud.Controller.2.UpdateConfig]: CREATE_COMPLETE  state changed
2017-01-15 11:38:13Z [overcloud.CephStorage.0.UserData]: CREATE_COMPLETE  state changed
2017-01-15 11:38:13Z [overcloud.Controller.1.NodeAdminUserData]: CREATE_COMPLETE  state changed
2017-01-15 11:38:13Z [overcloud.Controller.1.UserData]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:13Z [overcloud.CephStorage.0.CephStorage]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:14Z [overcloud.Controller.0.UpdateConfig]: CREATE_COMPLETE  state changed
2017-01-15 11:38:14Z [overcloud.Controller.2.NodeUserData]: CREATE_COMPLETE  state changed
2017-01-15 11:38:14Z [overcloud.Controller.1.UserData]: CREATE_COMPLETE  state changed
2017-01-15 11:38:15Z [overcloud.Controller.1.Controller]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:15Z [overcloud.Controller.0.NodeAdminUserData]: CREATE_COMPLETE  state changed
2017-01-15 11:38:15Z [overcloud.Controller.0.UserData]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:16Z [overcloud.Controller.2.NodeAdminUserData]: CREATE_COMPLETE  state changed
2017-01-15 11:38:17Z [overcloud.Controller.2.UserData]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:17Z [overcloud.Controller.0.UserData]: CREATE_COMPLETE  state changed
2017-01-15 11:38:17Z [overcloud.Controller.0.Controller]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:38:18Z [overcloud.Controller.2.UserData]: CREATE_COMPLETE  state changed
2017-01-15 11:38:20Z [overcloud.Controller.2.Controller]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:54:25Z [overcloud.Controller.1.Controller]: CREATE_COMPLETE  state changed
2017-01-15 11:54:28Z [overcloud.CephStorage.0.CephStorage]: CREATE_COMPLETE  state changed
2017-01-15 11:54:28Z [overcloud.CephStorage.1.CephStorage]: CREATE_COMPLETE  state changed
2017-01-15 11:54:28Z [overcloud.Controller.0.Controller]: CREATE_COMPLETE  state changed
2017-01-15 11:54:28Z [overcloud.Compute.0.NovaCompute]: CREATE_COMPLETE  state changed
2017-01-15 11:54:28Z [overcloud.Controller.2.Controller]: CREATE_COMPLETE  state changed
2017-01-15 11:54:28Z [overcloud.Controller.1.InternalApiPort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:54:29Z [overcloud.CephStorage.1.UpdateDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:54:29Z [overcloud.Controller.2.StorageMgmtPort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:54:29Z [overcloud.Compute.0.ManagementPort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:54:30Z [overcloud.Controller.0.ManagementPort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:54:30Z [overcloud.CephStorage.0.StoragePort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:54:33Z [overcloud.Controller.1.ExternalPort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:54:34Z [overcloud.Controller.2.UpdateDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:54:34Z [overcloud.Compute.0.StorageMgmtPort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:54:35Z [overcloud.CephStorage.0.StorageMgmtPort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:54:35Z [overcloud.Controller.0.UpdateDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:54:39Z [overcloud.Controller.1.StoragePort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:54:39Z [overcloud.Compute.0.ExternalPort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:54:41Z [overcloud.CephStorage.0.ManagementPort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:54:48Z [overcloud.Controller.1.ManagementPort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:54:49Z [overcloud.CephStorage.0.InternalApiPort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:54:53Z [overcloud.Compute.0.UpdateDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:54:53Z [overcloud.CephStorage.1.ExternalPort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:55:06Z [overcloud.Controller.2.ExternalPort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:55:09Z [overcloud.Controller.1.StorageMgmtPort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:55:09Z [overcloud.CephStorage.0.TenantPort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:55:09Z [overcloud.Controller.0.ExternalPort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:55:10Z [overcloud.CephStorage.1.TenantPort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:55:12Z [overcloud.Controller.2.ManagementPort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:55:14Z [overcloud.CephStorage.0.UpdateDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:55:15Z [overcloud.Controller.1.UpdateDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:55:15Z [overcloud.Controller.0.TenantPort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:55:15Z [overcloud.CephStorage.1.StoragePort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:55:16Z [overcloud.Controller.2.TenantPort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:55:21Z [overcloud.Compute.0.InternalApiPort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:55:24Z [overcloud.Controller.0.InternalApiPort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:55:24Z [overcloud.CephStorage.1.InternalApiPort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:55:24Z [overcloud.Controller.2.InternalApiPort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:55:29Z [overcloud.Compute.0.TenantPort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:55:30Z [overcloud.Controller.0.StoragePort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:55:33Z [overcloud.CephStorage.1.ManagementPort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:55:34Z [overcloud.Controller.2.StoragePort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:55:36Z [overcloud.CephStorage.0.ExternalPort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:55:37Z [overcloud.Controller.1.TenantPort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:55:42Z [overcloud.Compute.0.StoragePort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:55:42Z [overcloud.Controller.0.StorageMgmtPort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:55:46Z [overcloud.CephStorage.0.InternalApiPort]: CREATE_COMPLETE  state changed
2017-01-15 11:55:46Z [overcloud.Controller.1.ManagementPort]: CREATE_COMPLETE  state changed
2017-01-15 11:55:47Z [overcloud.CephStorage.1.StorageMgmtPort]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:55:49Z [overcloud.CephStorage.0.TenantPort]: CREATE_COMPLETE  state changed
2017-01-15 11:55:50Z [overcloud.Controller.1.InternalApiPort]: CREATE_COMPLETE  state changed
2017-01-15 11:55:51Z [overcloud.Controller.2.StorageMgmtPort]: CREATE_COMPLETE  state changed
2017-01-15 11:55:51Z [overcloud.Compute.0.ManagementPort]: CREATE_COMPLETE  state changed
2017-01-15 11:55:51Z [overcloud.Controller.0.ManagementPort]: CREATE_COMPLETE  state changed
2017-01-15 11:55:52Z [overcloud.CephStorage.0.StoragePort]: CREATE_COMPLETE  state changed
2017-01-15 11:55:54Z [overcloud.Controller.2.ExternalPort]: CREATE_COMPLETE  state changed
2017-01-15 11:55:54Z [overcloud.Controller.1.StorageMgmtPort]: CREATE_COMPLETE  state changed
2017-01-15 11:55:54Z [overcloud.Compute.0.StorageMgmtPort]: CREATE_COMPLETE  state changed
2017-01-15 11:55:55Z [overcloud.Controller.0.ExternalPort]: CREATE_COMPLETE  state changed
2017-01-15 11:55:55Z [overcloud.CephStorage.0.ManagementPort]: CREATE_COMPLETE  state changed
2017-01-15 11:55:56Z [overcloud.Controller.1.StoragePort]: CREATE_COMPLETE  state changed
2017-01-15 11:55:56Z [overcloud.Controller.2.ManagementPort]: CREATE_COMPLETE  state changed
2017-01-15 11:55:56Z [overcloud.Compute.0.ExternalPort]: CREATE_COMPLETE  state changed
2017-01-15 11:55:56Z [overcloud.CephStorage.1.ManagementPort]: CREATE_COMPLETE  state changed
2017-01-15 11:55:56Z [overcloud.Controller.0.TenantPort]: CREATE_COMPLETE  state changed
2017-01-15 11:55:56Z [overcloud.CephStorage.0.StorageMgmtPort]: CREATE_COMPLETE  state changed
2017-01-15 11:55:58Z [overcloud.Controller.1.ExternalPort]: CREATE_COMPLETE  state changed
2017-01-15 11:55:58Z [overcloud.Controller.2.TenantPort]: CREATE_COMPLETE  state changed
2017-01-15 11:55:58Z [overcloud.CephStorage.0.ExternalPort]: CREATE_COMPLETE  state changed
2017-01-15 11:55:58Z [overcloud.Controller.0.InternalApiPort]: CREATE_COMPLETE  state changed
2017-01-15 11:55:58Z [overcloud.CephStorage.1.StoragePort]: CREATE_COMPLETE  state changed
2017-01-15 11:55:59Z [overcloud.Compute.0.InternalApiPort]: CREATE_COMPLETE  state changed
2017-01-15 11:56:00Z [overcloud.CephStorage.0.NetworkConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:56:00Z [overcloud.CephStorage.1.ExternalPort]: CREATE_COMPLETE  state changed
2017-01-15 11:56:00Z [overcloud.Controller.1.TenantPort]: CREATE_COMPLETE  state changed
2017-01-15 11:56:00Z [overcloud.Controller.0.StoragePort]: CREATE_COMPLETE  state changed
2017-01-15 11:56:01Z [overcloud.Controller.2.InternalApiPort]: CREATE_COMPLETE  state changed
2017-01-15 11:56:01Z [overcloud.Compute.0.TenantPort]: CREATE_COMPLETE  state changed
2017-01-15 11:56:01Z [overcloud.CephStorage.1.TenantPort]: CREATE_COMPLETE  state changed
2017-01-15 11:56:02Z [overcloud.Controller.1.NetIpMap]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:56:02Z [overcloud.Controller.2.StoragePort]: CREATE_COMPLETE  state changed
2017-01-15 11:56:02Z [overcloud.Compute.0.StoragePort]: CREATE_COMPLETE  state changed
2017-01-15 11:56:02Z [overcloud.Controller.0.StorageMgmtPort]: CREATE_COMPLETE  state changed
2017-01-15 11:56:02Z [overcloud.CephStorage.1.InternalApiPort]: CREATE_COMPLETE  state changed
2017-01-15 11:56:03Z [overcloud.CephStorage.0.NetIpMap]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:56:04Z [overcloud.Controller.1.NetworkConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:56:04Z [overcloud.Compute.0.NetworkConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:56:05Z [overcloud.CephStorage.1.StorageMgmtPort]: CREATE_COMPLETE  state changed
2017-01-15 11:56:05Z [overcloud.Controller.2.NetIpMap]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:56:05Z [overcloud.Controller.0.NetworkConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:56:06Z [overcloud.CephStorage.1.NetworkConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:56:08Z [overcloud.Compute.0.NetIpMap]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:56:08Z [overcloud.Controller.2.NetworkConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:56:08Z [overcloud.Controller.0.NetIpMap]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:56:09Z [overcloud.CephStorage.0.NetworkConfig]: CREATE_COMPLETE  state changed
2017-01-15 11:56:09Z [overcloud.Controller.1.NetIpMap]: CREATE_COMPLETE  state changed
2017-01-15 11:56:10Z [overcloud.CephStorage.1.NetIpMap]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:56:10Z [overcloud.CephStorage.0.NetIpMap]: CREATE_COMPLETE  state changed
2017-01-15 11:56:11Z [overcloud.CephStorage.0.NetworkDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:56:14Z [overcloud.Controller.2.NetIpMap]: CREATE_COMPLETE  state changed
2017-01-15 11:56:14Z [overcloud.Compute.0.NetworkConfig]: CREATE_COMPLETE  state changed
2017-01-15 11:56:17Z [overcloud.Controller.1.NetworkConfig]: CREATE_COMPLETE  state changed
2017-01-15 11:56:17Z [overcloud.Compute.0.NetIpMap]: CREATE_COMPLETE  state changed
2017-01-15 11:56:17Z [overcloud.CephStorage.1.NetIpMap]: CREATE_COMPLETE  state changed
2017-01-15 11:56:17Z [overcloud.Controller.0.NetworkConfig]: CREATE_COMPLETE  state changed
2017-01-15 11:56:17Z [overcloud.Compute.0.NetworkDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:56:17Z [overcloud.Controller.1.NetworkDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:56:19Z [overcloud.CephStorage.1.NetworkConfig]: CREATE_COMPLETE  state changed
2017-01-15 11:56:19Z [overcloud.Controller.0.NetIpMap]: CREATE_COMPLETE  state changed
2017-01-15 11:56:20Z [overcloud.Controller.0.NetworkDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:56:20Z [overcloud.CephStorage.1.CephStorageConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:56:25Z [overcloud.Controller.2.NetworkConfig]: CREATE_COMPLETE  state changed
2017-01-15 11:56:26Z [overcloud.Controller.2.NetworkDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:56:26Z [overcloud.CephStorage.0.CephStorageConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:56:26Z [overcloud.CephStorage.1.NetworkDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:56:31Z [overcloud.CephStorage.0.CephStorageConfig]: CREATE_COMPLETE  state changed
2017-01-15 11:56:34Z [overcloud.Compute.0.NovaComputeConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:56:39Z [overcloud.Compute.0.NovaComputeConfig]: CREATE_COMPLETE  state changed
2017-01-15 11:56:40Z [overcloud.CephStorage.1.CephStorageConfig]: CREATE_COMPLETE  state changed
2017-01-15 11:57:45Z [overcloud.CephStorage.1.UpdateDeployment]: SIGNAL_IN_PROGRESS  Signal: deployment ea9abfc9-a496-471b-ba25-1f28cf95f5e6 succeeded
2017-01-15 11:57:46Z [overcloud.CephStorage.0.UpdateDeployment]: CREATE_COMPLETE  state changed
2017-01-15 11:57:46Z [overcloud.CephStorage.1.UpdateDeployment]: CREATE_COMPLETE  state changed
2017-01-15 11:57:46Z [overcloud.CephStorage.0.UpdateDeployment]: SIGNAL_IN_PROGRESS  Signal: deployment 2e81f44e-615d-4467-b399-a9d9a2714b64 succeeded
2017-01-15 11:57:54Z [overcloud.Controller.1.UpdateDeployment]: SIGNAL_IN_PROGRESS  Signal: deployment c75e25fc-781e-4c82-8676-55cf01726a5e succeeded
2017-01-15 11:57:55Z [overcloud.Controller.1.UpdateDeployment]: CREATE_COMPLETE  state changed
2017-01-15 11:58:03Z [overcloud.Controller.0.UpdateDeployment]: SIGNAL_IN_PROGRESS  Signal: deployment 50e189c2-dbbc-4114-98d5-b7149603dba6 succeeded
2017-01-15 11:58:03Z [overcloud.Controller.0.UpdateDeployment]: CREATE_COMPLETE  state changed
2017-01-15 11:58:06Z [overcloud.Controller.2.UpdateDeployment]: SIGNAL_IN_PROGRESS  Signal: deployment 2861af0c-c5e3-4ffd-ad36-0ac7f8a41ccd succeeded
2017-01-15 11:58:06Z [overcloud.CephStorage.1.NetworkDeployment]: SIGNAL_IN_PROGRESS  Signal: deployment 8d5c302f-abcb-46f6-8d02-732fa25679ae succeeded
2017-01-15 11:58:07Z [overcloud.Controller.2.UpdateDeployment]: CREATE_COMPLETE  state changed
2017-01-15 11:58:07Z [overcloud.CephStorage.1.NetworkDeployment]: CREATE_COMPLETE  state changed
2017-01-15 11:58:13Z [overcloud.CephStorage.0.NetworkDeployment]: SIGNAL_IN_PROGRESS  Signal: deployment fd17c981-9ef8-4c90-9102-5630987f65f0 succeeded
2017-01-15 11:58:14Z [overcloud.CephStorage.0.NetworkDeployment]: CREATE_COMPLETE  state changed
2017-01-15 11:58:14Z [overcloud.CephStorage.1.CephStorageDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:58:14Z [overcloud.Controller.1.NetworkDeployment]: SIGNAL_IN_PROGRESS  Signal: deployment fa42f625-95e5-49e6-a3d4-061bfa568e45 succeeded
2017-01-15 11:58:14Z [overcloud.Compute.0.UpdateDeployment]: SIGNAL_IN_PROGRESS  Signal: deployment 62742e5f-5573-436b-b589-61db6ac5fb32 succeeded
2017-01-15 11:58:14Z [overcloud.Controller.1.NetworkDeployment]: CREATE_COMPLETE  state changed
2017-01-15 11:58:14Z [overcloud.Compute.0.UpdateDeployment]: CREATE_COMPLETE  state changed
2017-01-15 11:58:16Z [overcloud.CephStorage.0.CephStorageDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:58:16Z [overcloud.Controller.1.NodeTLSCAData]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:58:17Z [overcloud.Controller.0.NetworkDeployment]: SIGNAL_IN_PROGRESS  Signal: deployment 4bdbb923-d94a-4e44-bbfd-1dfffec45972 succeeded
2017-01-15 11:58:22Z [overcloud.Controller.2.NetworkDeployment]: CREATE_COMPLETE  state changed
2017-01-15 11:58:22Z [overcloud.Controller.1.NodeTLSCAData]: CREATE_COMPLETE  state changed
2017-01-15 11:58:22Z [overcloud.Controller.0.NetworkDeployment]: CREATE_COMPLETE  state changed
2017-01-15 11:58:23Z [overcloud.Controller.2.NetworkDeployment]: SIGNAL_IN_PROGRESS  Signal: deployment 93baedd9-dafe-4fb1-a75e-1df14ff1f82e succeeded
2017-01-15 11:58:23Z [overcloud.Compute.0.NetworkDeployment]: SIGNAL_IN_PROGRESS  Signal: deployment 21c35d77-06a6-4345-856c-df7b426c4ea5 succeeded
2017-01-15 11:58:24Z [overcloud.Controller.2.NodeTLSCAData]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:58:24Z [overcloud.Compute.0.NetworkDeployment]: CREATE_COMPLETE  state changed
2017-01-15 11:58:24Z [overcloud.Controller.1.NodeTLSData]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:58:24Z [overcloud.Controller.0.NodeTLSCAData]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:58:24Z [overcloud.Compute.0.NovaComputeDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:58:25Z [overcloud.Controller.2.NodeTLSCAData]: CREATE_COMPLETE  state changed
2017-01-15 11:58:25Z [overcloud.Controller.1.NodeTLSData]: CREATE_COMPLETE  state changed
2017-01-15 11:58:25Z [overcloud.Controller.0.NodeTLSCAData]: CREATE_COMPLETE  state changed
2017-01-15 11:58:25Z [overcloud.Controller.2.NodeTLSData]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:58:25Z [overcloud.Controller.1.ControllerConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:58:25Z [overcloud.Controller.0.NodeTLSData]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:58:26Z [overcloud.Controller.2.NodeTLSData]: CREATE_COMPLETE  state changed
2017-01-15 11:58:26Z [overcloud.Controller.0.NodeTLSData]: CREATE_COMPLETE  state changed
2017-01-15 11:58:26Z [overcloud.Controller.2.ControllerConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:58:26Z [overcloud.Controller.0.ControllerConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:58:30Z [overcloud.Controller.1.ControllerConfig]: CREATE_COMPLETE  state changed
2017-01-15 11:58:34Z [overcloud.Controller.1.ControllerDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:58:37Z [overcloud.Controller.2.ControllerConfig]: CREATE_COMPLETE  state changed
2017-01-15 11:58:37Z [overcloud.Controller.0.ControllerConfig]: CREATE_COMPLETE  state changed
2017-01-15 11:58:40Z [overcloud.Controller.2.ControllerDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:58:41Z [overcloud.Controller.0.ControllerDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:58:50Z [overcloud.CephStorage.0.CephStorageDeployment]: SIGNAL_IN_PROGRESS  Signal: deployment c36e3df5-4565-4e64-a6f0-b4c33d69a387 succeeded
2017-01-15 11:58:52Z [overcloud.CephStorage.0.CephStorageDeployment]: CREATE_COMPLETE  state changed
2017-01-15 11:58:52Z [overcloud.Compute.0.NovaComputeDeployment]: SIGNAL_IN_PROGRESS  Signal: deployment 21778940-baed-44bc-80bb-8d57ca409f96 succeeded
2017-01-15 11:58:52Z [overcloud.Compute.0.NovaComputeDeployment]: CREATE_COMPLETE  state changed
2017-01-15 11:58:54Z [overcloud.CephStorage.0.NodeTLSCAData]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:58:54Z [overcloud.Compute.0.ComputeExtraConfigPre]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:58:54Z [overcloud.CephStorage.0.CephStorageExtraConfigPre]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:58:55Z [overcloud.Compute.0.NodeTLSCAData]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:58:55Z [overcloud.CephStorage.1.CephStorageDeployment]: SIGNAL_IN_PROGRESS  Signal: deployment 62060b6d-f77f-4950-a795-1ab1c755094e succeeded
2017-01-15 11:58:55Z [overcloud.CephStorage.1.CephStorageDeployment]: CREATE_COMPLETE  state changed
2017-01-15 11:58:56Z [overcloud.CephStorage.1.NodeTLSCAData]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:58:56Z [overcloud.CephStorage.1.CephStorageExtraConfigPre]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:58:56Z [overcloud.CephStorage.0.CephStorageExtraConfigPre]: CREATE_COMPLETE  state changed
2017-01-15 11:58:56Z [overcloud.Compute.0.ComputeExtraConfigPre]: CREATE_COMPLETE  state changed
2017-01-15 11:58:56Z [overcloud.CephStorage.0.NodeTLSCAData]: CREATE_COMPLETE  state changed
2017-01-15 11:58:56Z [overcloud.Compute.0.NodeTLSCAData]: CREATE_COMPLETE  state changed
2017-01-15 11:58:56Z [overcloud.CephStorage.0.NodeExtraConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:58:56Z [overcloud.Compute.0.NodeExtraConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:58:57Z [overcloud.CephStorage.1.CephStorageExtraConfigPre]: CREATE_COMPLETE  state changed
2017-01-15 11:58:58Z [overcloud.CephStorage.1.NodeTLSCAData]: CREATE_COMPLETE  state changed
2017-01-15 11:58:58Z [overcloud.CephStorage.1.NodeExtraConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:58:58Z [overcloud.CephStorage.0.NodeExtraConfig]: CREATE_COMPLETE  state changed
2017-01-15 11:58:58Z [overcloud.Compute.0.NodeExtraConfig]: CREATE_COMPLETE  state changed
2017-01-15 11:58:58Z [overcloud.CephStorage.0]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:58:58Z [overcloud.Compute.0]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:58:58Z [overcloud.CephStorage.0]: CREATE_COMPLETE  state changed
2017-01-15 11:58:59Z [overcloud.Compute.0]: CREATE_COMPLETE  state changed
2017-01-15 11:58:59Z [overcloud.CephStorage.1.NodeExtraConfig]: CREATE_COMPLETE  state changed
2017-01-15 11:58:59Z [overcloud.Compute]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:58:59Z [overcloud.CephStorage.1]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:58:59Z [overcloud.CephStorage.1]: CREATE_COMPLETE  state changed
2017-01-15 11:58:59Z [overcloud.CephStorage]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:59:00Z [overcloud.Compute]: CREATE_COMPLETE  state changed
2017-01-15 11:59:00Z [overcloud.CephStorage]: CREATE_COMPLETE  state changed
2017-01-15 11:59:02Z [overcloud.ComputeIpListMap]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:59:03Z [overcloud.ComputeIpListMap]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:59:03Z [overcloud.ComputeIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:59:03Z [overcloud.ComputeIpListMap.EnabledServicesValue]: CREATE_COMPLETE  state changed
2017-01-15 11:59:03Z [overcloud.ComputeIpListMap]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:59:04Z [overcloud.CephStorageIpListMap]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:59:04Z [overcloud.CephStorageIpListMap]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:59:05Z [overcloud.CephStorageIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:59:05Z [overcloud.CephStorageIpListMap.EnabledServicesValue]: CREATE_COMPLETE  state changed
2017-01-15 11:59:05Z [overcloud.CephStorageIpListMap]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:59:06Z [overcloud.ComputeIpListMap]: CREATE_COMPLETE  state changed
2017-01-15 11:59:06Z [overcloud.CephStorageIpListMap]: CREATE_COMPLETE  state changed
2017-01-15 11:59:37Z [overcloud.Controller.1.ControllerDeployment]: SIGNAL_IN_PROGRESS  Signal: deployment e4085b95-1bc5-4b1c-a4d8-85e657ff63ce succeeded
2017-01-15 11:59:37Z [overcloud.Controller.1.ControllerDeployment]: CREATE_COMPLETE  state changed
2017-01-15 11:59:37Z [overcloud.Controller.1.ControllerExtraConfigPre]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:59:38Z [overcloud.Controller.1.ControllerExtraConfigPre]: CREATE_COMPLETE  state changed
2017-01-15 11:59:38Z [overcloud.Controller.1.NodeExtraConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:59:40Z [overcloud.Controller.1.NodeExtraConfig]: CREATE_COMPLETE  state changed
2017-01-15 11:59:40Z [overcloud.Controller.1]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:59:40Z [overcloud.Controller.1]: CREATE_COMPLETE  state changed
2017-01-15 11:59:44Z [overcloud.Controller.0.ControllerDeployment]: SIGNAL_IN_PROGRESS  Signal: deployment 498b89de-e095-46bb-8d79-25cf46c632e5 succeeded
2017-01-15 11:59:45Z [overcloud.Controller.0.ControllerDeployment]: CREATE_COMPLETE  state changed
2017-01-15 11:59:45Z [overcloud.Controller.0.ControllerExtraConfigPre]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:59:45Z [overcloud.Controller.2.ControllerDeployment]: SIGNAL_IN_PROGRESS  Signal: deployment 35dc5642-4b72-415a-9aaa-dc7e9236b305 succeeded
2017-01-15 11:59:46Z [overcloud.Controller.2.ControllerDeployment]: CREATE_COMPLETE  state changed
2017-01-15 11:59:46Z [overcloud.Controller.2.ControllerExtraConfigPre]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:59:46Z [overcloud.Controller.0.ControllerExtraConfigPre]: CREATE_COMPLETE  state changed
2017-01-15 11:59:47Z [overcloud.Controller.0.NodeExtraConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:59:47Z [overcloud.Controller.2.ControllerExtraConfigPre]: CREATE_COMPLETE  state changed
2017-01-15 11:59:47Z [overcloud.Controller.2.NodeExtraConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:59:48Z [overcloud.Controller.0.NodeExtraConfig]: CREATE_COMPLETE  state changed
2017-01-15 11:59:48Z [overcloud.Controller.0]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:59:48Z [overcloud.Controller.0]: CREATE_COMPLETE  state changed
2017-01-15 11:59:49Z [overcloud.Controller.2.NodeExtraConfig]: CREATE_COMPLETE  state changed
2017-01-15 11:59:49Z [overcloud.Controller.2]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:59:49Z [overcloud.Controller.2]: CREATE_COMPLETE  state changed
2017-01-15 11:59:49Z [overcloud.Controller]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:59:50Z [overcloud.Controller]: CREATE_COMPLETE  state changed
2017-01-15 11:59:53Z [overcloud.ControllerIpListMap]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:59:53Z [overcloud.ControllerIpListMap]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:59:53Z [overcloud.hostsConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:59:54Z [overcloud.ControllerIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:59:54Z [overcloud.ControllerIpListMap.EnabledServicesValue]: CREATE_COMPLETE  state changed
2017-01-15 11:59:54Z [overcloud.ControllerIpListMap]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:59:54Z [overcloud.hostsConfig]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:59:54Z [overcloud.AllNodesValidationConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:59:54Z [overcloud.hostsConfig.hostsConfigImpl]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:59:54Z [overcloud.AllNodesValidationConfig]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:59:55Z [overcloud.AllNodesValidationConfig.AllNodesValidationsImpl]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:59:55Z [overcloud.hostsConfig.hostsConfigImpl]: CREATE_COMPLETE  state changed
2017-01-15 11:59:55Z [overcloud.AllNodesValidationConfig.AllNodesValidationsImpl]: CREATE_COMPLETE  state changed
2017-01-15 11:59:55Z [overcloud.hostsConfig]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:59:55Z [overcloud.AllNodesValidationConfig]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 11:59:55Z [overcloud.ControllerIpListMap]: CREATE_COMPLETE  state changed
2017-01-15 11:59:55Z [overcloud.hostsConfig]: CREATE_COMPLETE  state changed
2017-01-15 11:59:55Z [overcloud.AllNodesValidationConfig]: CREATE_COMPLETE  state changed
2017-01-15 11:59:56Z [overcloud.ObjectStorageHostsDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:59:56Z [overcloud.CephStorageHostsDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:59:56Z [overcloud.CephStorageHostsDeployment]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:59:56Z [overcloud.BlockStorageHostsDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:59:56Z [overcloud.CephStorageHostsDeployment.1]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:59:56Z [overcloud.ComputeHostsDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:59:57Z [overcloud.ComputeHostsDeployment]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:59:57Z [overcloud.ControllerHostsDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:59:57Z [overcloud.ComputeHostsDeployment.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:59:57Z [overcloud.ControllerHostsDeployment]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 11:59:57Z [overcloud.ControllerHostsDeployment.1]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:59:58Z [overcloud.CephStorageHostsDeployment.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 11:59:58Z [overcloud.allNodesConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:00:00Z [overcloud.allNodesConfig]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:00:00Z [overcloud.ControllerHostsDeployment.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:00:00Z [overcloud.allNodesConfig.allNodesConfigImpl]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:00:01Z [overcloud.ObjectStorageHostsDeployment]: CREATE_COMPLETE  state changed
2017-01-15 12:00:01Z [overcloud.allNodesConfig.allNodesConfigImpl]: CREATE_COMPLETE  state changed
2017-01-15 12:00:01Z [overcloud.BlockStorageHostsDeployment]: CREATE_COMPLETE  state changed
2017-01-15 12:00:01Z [overcloud.allNodesConfig]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:00:01Z [overcloud.ControllerHostsDeployment.2]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:00:02Z [overcloud.allNodesConfig]: CREATE_COMPLETE  state changed
2017-01-15 12:00:06Z [overcloud.CephStorageHostsDeployment.1]: SIGNAL_IN_PROGRESS  Signal: deployment e813aa35-969e-4a07-b459-709f0f48afb1 succeeded
2017-01-15 12:00:07Z [overcloud.CephStorageHostsDeployment.1]: CREATE_COMPLETE  state changed
2017-01-15 12:00:22Z [overcloud.ControllerHostsDeployment.2]: SIGNAL_IN_PROGRESS  Signal: deployment 7e4669e2-16db-4aa8-809d-473bf41dc4b7 succeeded
2017-01-15 12:00:22Z [overcloud.ControllerHostsDeployment.2]: CREATE_COMPLETE  state changed
2017-01-15 12:00:31Z [overcloud.ControllerHostsDeployment.1]: SIGNAL_IN_PROGRESS  Signal: deployment f41f358e-bbc7-4823-810e-753ef336064e succeeded
2017-01-15 12:00:32Z [overcloud.CephStorageHostsDeployment.0]: SIGNAL_IN_PROGRESS  Signal: deployment 69fde8bb-eebd-4924-96e5-d7d4f30b8d22 succeeded
2017-01-15 12:00:32Z [overcloud.CephStorageHostsDeployment.0]: CREATE_COMPLETE  state changed
2017-01-15 12:00:32Z [overcloud.ControllerHostsDeployment.1]: CREATE_COMPLETE  state changed
2017-01-15 12:00:32Z [overcloud.CephStorageHostsDeployment]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:00:34Z [overcloud.CephStorageHostsDeployment]: CREATE_COMPLETE  state changed
2017-01-15 12:00:35Z [overcloud.ComputeHostsDeployment.0]: SIGNAL_IN_PROGRESS  Signal: deployment 1f5fdf76-9512-4d55-9d47-abaa6a11025c succeeded
2017-01-15 12:00:36Z [overcloud.ComputeHostsDeployment.0]: CREATE_COMPLETE  state changed
2017-01-15 12:00:36Z [overcloud.ComputeHostsDeployment]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:00:37Z [overcloud.ComputeHostsDeployment]: CREATE_COMPLETE  state changed
2017-01-15 12:00:38Z [overcloud.ControllerHostsDeployment.0]: SIGNAL_IN_PROGRESS  Signal: deployment 22f5891b-60d1-451a-a377-8a3863c9e633 succeeded
2017-01-15 12:00:38Z [overcloud.ControllerHostsDeployment.0]: CREATE_COMPLETE  state changed
2017-01-15 12:00:38Z [overcloud.ControllerHostsDeployment]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:00:39Z [overcloud.ControllerHostsDeployment]: CREATE_COMPLETE  state changed
2017-01-15 12:00:39Z [overcloud.CephStorageAllNodesDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:00:40Z [overcloud.CephStorageAllNodesDeployment]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:00:40Z [overcloud.ControllerAllNodesDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:00:40Z [overcloud.CephStorageAllNodesDeployment.1]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:00:40Z [overcloud.BlockStorageAllNodesDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:00:40Z [overcloud.ControllerAllNodesDeployment]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:00:40Z [overcloud.ControllerAllNodesDeployment.1]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:00:40Z [overcloud.ObjectStorageAllNodesDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:00:41Z [overcloud.ComputeAllNodesDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:00:41Z [overcloud.CephStorageAllNodesDeployment.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:00:41Z [overcloud.ComputeAllNodesDeployment]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:00:41Z [overcloud.ComputeAllNodesDeployment.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:00:41Z [overcloud.ControllerAllNodesDeployment.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:00:42Z [overcloud.BlockStorageAllNodesDeployment]: CREATE_COMPLETE  state changed
2017-01-15 12:00:42Z [overcloud.ObjectStorageAllNodesDeployment]: CREATE_COMPLETE  state changed
2017-01-15 12:00:42Z [overcloud.BlockStorageAllNodesValidationDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:00:43Z [overcloud.ControllerAllNodesDeployment.2]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:00:43Z [overcloud.ObjectStorageAllNodesValidationDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:00:45Z [overcloud.BlockStorageAllNodesValidationDeployment]: CREATE_COMPLETE  state changed
2017-01-15 12:00:45Z [overcloud.ObjectStorageAllNodesValidationDeployment]: CREATE_COMPLETE  state changed
2017-01-15 12:01:03Z [overcloud.ComputeAllNodesDeployment.0]: SIGNAL_IN_PROGRESS  Signal: deployment 47606752-6d56-4b16-9a83-431753926570 succeeded
2017-01-15 12:01:03Z [overcloud.ComputeAllNodesDeployment.0]: CREATE_COMPLETE  state changed
2017-01-15 12:01:04Z [overcloud.ComputeAllNodesDeployment]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:01:05Z [overcloud.ComputeAllNodesDeployment]: CREATE_COMPLETE  state changed
2017-01-15 12:01:05Z [overcloud.ComputeAllNodesValidationDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:05Z [overcloud.ComputeAllNodesValidationDeployment]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:01:05Z [overcloud.CephStorageAllNodesDeployment.0]: SIGNAL_IN_PROGRESS  Signal: deployment b5c48ec0-a5aa-4b2c-a31e-539883ff64ee succeeded
2017-01-15 12:01:05Z [overcloud.ComputeAllNodesValidationDeployment.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:06Z [overcloud.CephStorageAllNodesDeployment.0]: CREATE_COMPLETE  state changed
2017-01-15 12:01:18Z [overcloud.ControllerAllNodesDeployment.0]: SIGNAL_IN_PROGRESS  Signal: deployment 0926afe5-6c47-4171-94de-c8d298fa61dc succeeded
2017-01-15 12:01:19Z [overcloud.ControllerAllNodesDeployment.0]: CREATE_COMPLETE  state changed
2017-01-15 12:01:23Z [overcloud.ControllerAllNodesDeployment.1]: SIGNAL_IN_PROGRESS  Signal: deployment 292ad52d-db7b-42ee-9f1a-9a8b846d129c succeeded
2017-01-15 12:01:23Z [overcloud.ControllerAllNodesDeployment.1]: CREATE_COMPLETE  state changed
2017-01-15 12:01:25Z [overcloud.CephStorageAllNodesDeployment.1]: SIGNAL_IN_PROGRESS  Signal: deployment 2fc43320-ff9f-47ac-9cf7-36d27eb66356 succeeded
2017-01-15 12:01:27Z [overcloud.CephStorageAllNodesDeployment.1]: CREATE_COMPLETE  state changed
2017-01-15 12:01:27Z [overcloud.CephStorageAllNodesDeployment]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:01:27Z [overcloud.CephStorageAllNodesDeployment]: CREATE_COMPLETE  state changed
2017-01-15 12:01:28Z [overcloud.CephStorageAllNodesValidationDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:28Z [overcloud.ControllerAllNodesDeployment.2]: SIGNAL_IN_PROGRESS  Signal: deployment 2056786a-3a43-4220-b4c6-5014e62cc124 succeeded
2017-01-15 12:01:28Z [overcloud.CephStorageAllNodesValidationDeployment]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:01:28Z [overcloud.ControllerAllNodesDeployment.2]: CREATE_COMPLETE  state changed
2017-01-15 12:01:28Z [overcloud.CephStorageAllNodesValidationDeployment.1]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:28Z [overcloud.ControllerAllNodesDeployment]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:01:29Z [overcloud.ControllerAllNodesDeployment]: CREATE_COMPLETE  state changed
2017-01-15 12:01:29Z [overcloud.ControllerAllNodesValidationDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:29Z [overcloud.CephStorageAllNodesValidationDeployment.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:30Z [overcloud.AllNodesDeploySteps]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:30Z [overcloud.ControllerAllNodesValidationDeployment]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:01:30Z [overcloud.ControllerAllNodesValidationDeployment.1]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:31Z [overcloud.ComputeAllNodesValidationDeployment.0]: SIGNAL_IN_PROGRESS  Signal: deployment b0d73abd-11d0-47c6-acbe-cebc8b9ed438 succeeded
2017-01-15 12:01:31Z [overcloud.UpdateWorkflow]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:31Z [overcloud.ControllerAllNodesValidationDeployment.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:32Z [overcloud.ComputeAllNodesValidationDeployment.0]: CREATE_COMPLETE  state changed
2017-01-15 12:01:32Z [overcloud.ComputeAllNodesValidationDeployment]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:01:32Z [overcloud.ComputeAllNodesValidationDeployment]: CREATE_COMPLETE  state changed
2017-01-15 12:01:32Z [overcloud.UpdateWorkflow]: CREATE_COMPLETE  state changed
2017-01-15 12:01:33Z [overcloud.ControllerAllNodesValidationDeployment.2]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:34Z [overcloud.AllNodesDeploySteps]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:01:34Z [overcloud.AllNodesDeploySteps.ControllerPreConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:34Z [overcloud.AllNodesDeploySteps.ObjectStorageConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:34Z [overcloud.AllNodesDeploySteps.ObjectStorageConfig]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:01:34Z [overcloud.AllNodesDeploySteps.ComputeArtifactsConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:35Z [overcloud.AllNodesDeploySteps.ObjectStorageConfig.ObjectStoragePuppetConfigImpl]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:35Z [overcloud.AllNodesDeploySteps.ObjectStorageConfig.ObjectStoragePuppetConfigImpl]: CREATE_COMPLETE  state changed
2017-01-15 12:01:35Z [overcloud.AllNodesDeploySteps.ComputeArtifactsConfig]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:01:35Z [overcloud.AllNodesDeploySteps.ControllerArtifactsConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:35Z [overcloud.AllNodesDeploySteps.ObjectStorageConfig]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:01:35Z [overcloud.AllNodesDeploySteps.ComputeArtifactsConfig.DeployArtifacts]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:35Z [overcloud.AllNodesDeploySteps.ObjectStoragePreConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:35Z [overcloud.AllNodesDeploySteps.ControllerArtifactsConfig]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:01:35Z [overcloud.AllNodesDeploySteps.ControllerConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:35Z [overcloud.AllNodesDeploySteps.ComputeArtifactsConfig.DeployArtifacts]: CREATE_COMPLETE  state changed
2017-01-15 12:01:35Z [overcloud.AllNodesDeploySteps.ComputeArtifactsConfig]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:01:35Z [overcloud.AllNodesDeploySteps.ControllerArtifactsConfig.DeployArtifacts]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:35Z [overcloud.AllNodesDeploySteps.ControllerArtifactsConfig.DeployArtifacts]: CREATE_COMPLETE  state changed
2017-01-15 12:01:35Z [overcloud.AllNodesDeploySteps.BlockStorageArtifactsConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:35Z [overcloud.AllNodesDeploySteps.ControllerConfig]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:01:36Z [overcloud.AllNodesDeploySteps.ControllerArtifactsConfig]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:01:36Z [overcloud.AllNodesDeploySteps.ControllerConfig.ControllerPuppetConfigImpl]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:36Z [overcloud.AllNodesDeploySteps.CephStoragePreConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:36Z [overcloud.AllNodesDeploySteps.ControllerConfig.ControllerPuppetConfigImpl]: CREATE_COMPLETE  state changed
2017-01-15 12:01:36Z [overcloud.AllNodesDeploySteps.BlockStorageArtifactsConfig]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:01:36Z [overcloud.AllNodesDeploySteps.ControllerConfig]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:01:36Z [overcloud.AllNodesDeploySteps.BlockStorageConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:36Z [overcloud.AllNodesDeploySteps.BlockStorageArtifactsConfig.DeployArtifacts]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:36Z [overcloud.AllNodesDeploySteps.BlockStorageArtifactsConfig.DeployArtifacts]: CREATE_COMPLETE  state changed
2017-01-15 12:01:36Z [overcloud.AllNodesDeploySteps.BlockStorageArtifactsConfig]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:01:36Z [overcloud.AllNodesDeploySteps.ComputePreConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:36Z [overcloud.AllNodesDeploySteps.BlockStorageConfig]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:01:37Z [overcloud.AllNodesDeploySteps.ObjectStorageArtifactsConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:37Z [overcloud.AllNodesDeploySteps.BlockStorageConfig.BlockStoragePuppetConfigImpl]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:37Z [overcloud.AllNodesDeploySteps.BlockStorageConfig.BlockStoragePuppetConfigImpl]: CREATE_COMPLETE  state changed
2017-01-15 12:01:37Z [overcloud.AllNodesDeploySteps.BlockStorageConfig]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:01:37Z [overcloud.AllNodesDeploySteps.ObjectStorageArtifactsConfig]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:01:37Z [overcloud.AllNodesDeploySteps.CephStorageArtifactsConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:38Z [overcloud.AllNodesDeploySteps.ObjectStorageArtifactsConfig.DeployArtifacts]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:38Z [overcloud.AllNodesDeploySteps.ObjectStorageArtifactsConfig.DeployArtifacts]: CREATE_COMPLETE  state changed
2017-01-15 12:01:38Z [overcloud.AllNodesDeploySteps.CephStorageArtifactsConfig]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:01:38Z [overcloud.AllNodesDeploySteps.CephStorageConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:38Z [overcloud.AllNodesDeploySteps.ObjectStorageArtifactsConfig]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:01:38Z [overcloud.AllNodesDeploySteps.CephStorageArtifactsConfig.DeployArtifacts]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:38Z [overcloud.AllNodesDeploySteps.CephStorageArtifactsConfig.DeployArtifacts]: CREATE_COMPLETE  state changed
2017-01-15 12:01:38Z [overcloud.AllNodesDeploySteps.CephStorageArtifactsConfig]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:01:39Z [overcloud.AllNodesDeploySteps.CephStorageConfig]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:01:39Z [overcloud.AllNodesDeploySteps.ControllerPrePuppet]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:39Z [overcloud.AllNodesDeploySteps.CephStorageConfig.CephStoragePuppetConfigImpl]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:40Z [overcloud.AllNodesDeploySteps.CephStorageConfig.CephStoragePuppetConfigImpl]: CREATE_COMPLETE  state changed
2017-01-15 12:01:40Z [overcloud.AllNodesDeploySteps.BlockStoragePreConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:40Z [overcloud.AllNodesDeploySteps.CephStorageConfig]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:01:40Z [overcloud.AllNodesDeploySteps.ControllerPrePuppet]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:01:40Z [overcloud.AllNodesDeploySteps.ComputeConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:40Z [overcloud.AllNodesDeploySteps.ControllerPrePuppet.ControllerPrePuppetMaintenanceModeConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:40Z [overcloud.AllNodesDeploySteps.ComputeConfig]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:01:40Z [overcloud.AllNodesDeploySteps.ObjectStorageConfig]: CREATE_COMPLETE  state changed
2017-01-15 12:01:40Z [overcloud.AllNodesDeploySteps.ControllerPrePuppet.ControllerPrePuppetMaintenanceModeConfig]: CREATE_COMPLETE  state changed
2017-01-15 12:01:40Z [overcloud.AllNodesDeploySteps.ComputeArtifactsConfig]: CREATE_COMPLETE  state changed
2017-01-15 12:01:40Z [overcloud.AllNodesDeploySteps.ControllerPrePuppet.ControllerPrePuppetMaintenanceModeDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:40Z [overcloud.AllNodesDeploySteps.ComputeConfig.ComputePuppetConfigImpl]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:40Z [overcloud.AllNodesDeploySteps.ControllerArtifactsConfig]: CREATE_COMPLETE  state changed
2017-01-15 12:01:41Z [overcloud.AllNodesDeploySteps.BlockStorageConfig]: CREATE_COMPLETE  state changed
2017-01-15 12:01:41Z [overcloud.AllNodesDeploySteps.ComputeConfig.ComputePuppetConfigImpl]: CREATE_COMPLETE  state changed
2017-01-15 12:01:41Z [overcloud.AllNodesDeploySteps.ControllerConfig]: CREATE_COMPLETE  state changed
2017-01-15 12:01:41Z [overcloud.AllNodesDeploySteps.ComputeConfig]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:01:41Z [overcloud.AllNodesDeploySteps.BlockStorageArtifactsConfig]: CREATE_COMPLETE  state changed
2017-01-15 12:01:41Z [overcloud.AllNodesDeploySteps.ObjectStoragePreConfig]: CREATE_COMPLETE  state changed
2017-01-15 12:01:41Z [overcloud.AllNodesDeploySteps.ComputePreConfig]: CREATE_COMPLETE  state changed
2017-01-15 12:01:42Z [overcloud.AllNodesDeploySteps.ControllerPreConfig]: CREATE_COMPLETE  state changed
2017-01-15 12:01:42Z [overcloud.AllNodesDeploySteps.CephStoragePreConfig]: CREATE_COMPLETE  state changed
2017-01-15 12:01:42Z [overcloud.AllNodesDeploySteps.CephStorageArtifactsConfig]: CREATE_COMPLETE  state changed
2017-01-15 12:01:42Z [overcloud.AllNodesDeploySteps.ObjectStorageArtifactsConfig]: CREATE_COMPLETE  state changed
2017-01-15 12:01:42Z [overcloud.AllNodesDeploySteps.CephStorageConfig]: CREATE_COMPLETE  state changed
2017-01-15 12:01:43Z [overcloud.AllNodesDeploySteps.BlockStoragePreConfig]: CREATE_COMPLETE  state changed
2017-01-15 12:01:43Z [overcloud.AllNodesDeploySteps.ComputeConfig]: CREATE_COMPLETE  state changed
2017-01-15 12:01:43Z [overcloud.AllNodesDeploySteps.ComputeArtifactsDeploy]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:43Z [overcloud.AllNodesDeploySteps.ComputeArtifactsDeploy]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:01:43Z [overcloud.AllNodesDeploySteps.BlockStorageArtifactsDeploy]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:44Z [overcloud.AllNodesDeploySteps.ComputeArtifactsDeploy.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:45Z [overcloud.AllNodesDeploySteps.ObjectStorageArtifactsDeploy]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:46Z [overcloud.AllNodesDeploySteps.CephStorageArtifactsDeploy]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:47Z [overcloud.AllNodesDeploySteps.CephStorageArtifactsDeploy]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:01:47Z [overcloud.AllNodesDeploySteps.ControllerArtifactsDeploy]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:48Z [overcloud.AllNodesDeploySteps.CephStorageArtifactsDeploy.1]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:48Z [overcloud.AllNodesDeploySteps.ControllerArtifactsDeploy]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:01:48Z [overcloud.AllNodesDeploySteps.ControllerArtifactsDeploy.1]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:49Z [overcloud.AllNodesDeploySteps.BlockStorageArtifactsDeploy]: CREATE_COMPLETE  state changed
2017-01-15 12:01:49Z [overcloud.AllNodesDeploySteps.ObjectStorageArtifactsDeploy]: CREATE_COMPLETE  state changed
2017-01-15 12:01:49Z [overcloud.CephStorageAllNodesValidationDeployment.1]: SIGNAL_IN_PROGRESS  Signal: deployment 541989eb-1739-4ec7-9954-c08859229bbb succeeded
2017-01-15 12:01:49Z [overcloud.AllNodesDeploySteps.ObjectStorageDeployment_Step1]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:49Z [overcloud.CephStorageAllNodesValidationDeployment.1]: CREATE_COMPLETE  state changed
2017-01-15 12:01:50Z [overcloud.AllNodesDeploySteps.CephStorageArtifactsDeploy.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:50Z [overcloud.AllNodesDeploySteps.BlockStorageDeployment_Step1]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:52Z [overcloud.AllNodesDeploySteps.BlockStorageDeployment_Step1]: CREATE_COMPLETE  state changed
2017-01-15 12:01:53Z [overcloud.AllNodesDeploySteps.ControllerArtifactsDeploy.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:01:53Z [overcloud.AllNodesDeploySteps.ObjectStorageDeployment_Step1]: CREATE_COMPLETE  state changed
2017-01-15 12:01:54Z [overcloud.AllNodesDeploySteps.ControllerArtifactsDeploy.2]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:02:00Z [overcloud.CephStorageAllNodesValidationDeployment.0]: SIGNAL_IN_PROGRESS  Signal: deployment f52c9b99-a36c-4a49-a12f-cd0193c4f3bf succeeded
2017-01-15 12:02:01Z [overcloud.CephStorageAllNodesValidationDeployment.0]: CREATE_COMPLETE  state changed
2017-01-15 12:02:02Z [overcloud.CephStorageAllNodesValidationDeployment]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:02:03Z [overcloud.CephStorageAllNodesValidationDeployment]: CREATE_COMPLETE  state changed
2017-01-15 12:02:11Z [overcloud.ControllerAllNodesValidationDeployment.1]: SIGNAL_IN_PROGRESS  Signal: deployment 041d6ad9-7038-418c-b4dc-eb000b960817 succeeded
2017-01-15 12:02:12Z [overcloud.ControllerAllNodesValidationDeployment.1]: CREATE_COMPLETE  state changed
2017-01-15 12:02:14Z [overcloud.AllNodesDeploySteps.CephStorageArtifactsDeploy.1]: SIGNAL_IN_PROGRESS  Signal: deployment 67655d58-3cd6-48f5-af39-f67a51ffa36c succeeded
2017-01-15 12:02:15Z [overcloud.AllNodesDeploySteps.CephStorageArtifactsDeploy.1]: CREATE_COMPLETE  state changed
2017-01-15 12:02:16Z [overcloud.ControllerAllNodesValidationDeployment.0]: SIGNAL_IN_PROGRESS  Signal: deployment dac44679-76f8-4709-9580-7adfd09b5c1f succeeded
2017-01-15 12:02:17Z [overcloud.ControllerAllNodesValidationDeployment.0]: CREATE_COMPLETE  state changed
2017-01-15 12:02:18Z [overcloud.ControllerAllNodesValidationDeployment.2]: SIGNAL_IN_PROGRESS  Signal: deployment 5b4ff528-c2ad-4abe-b275-6e3f541df26c succeeded
2017-01-15 12:02:19Z [overcloud.AllNodesDeploySteps.ComputeArtifactsDeploy.0]: SIGNAL_IN_PROGRESS  Signal: deployment 218cd611-6c1f-42f4-b6d7-75db52a521d3 succeeded
2017-01-15 12:02:19Z [overcloud.AllNodesDeploySteps.ComputeArtifactsDeploy.0]: CREATE_COMPLETE  state changed
2017-01-15 12:02:19Z [overcloud.AllNodesDeploySteps.ComputeArtifactsDeploy]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:02:19Z [overcloud.ControllerAllNodesValidationDeployment.2]: CREATE_COMPLETE  state changed
2017-01-15 12:02:19Z [overcloud.ControllerAllNodesValidationDeployment]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:02:20Z [overcloud.ControllerAllNodesValidationDeployment]: CREATE_COMPLETE  state changed
2017-01-15 12:02:20Z [overcloud.AllNodesDeploySteps.ComputeArtifactsDeploy]: CREATE_COMPLETE  state changed
2017-01-15 12:02:20Z [overcloud.AllNodesExtraConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:02:20Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step1]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:02:21Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step1]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:02:21Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step1.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:02:22Z [overcloud.AllNodesExtraConfig]: CREATE_COMPLETE  state changed
2017-01-15 12:02:24Z [overcloud.AllNodesDeploySteps.CephStorageArtifactsDeploy.0]: SIGNAL_IN_PROGRESS  Signal: deployment c0961849-9a72-40d9-a5f6-6c1581c86b48 succeeded
2017-01-15 12:02:24Z [overcloud.AllNodesDeploySteps.CephStorageArtifactsDeploy.0]: CREATE_COMPLETE  state changed
2017-01-15 12:02:25Z [overcloud.AllNodesDeploySteps.CephStorageArtifactsDeploy]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:02:26Z [overcloud.AllNodesDeploySteps.CephStorageArtifactsDeploy]: CREATE_COMPLETE  state changed
2017-01-15 12:02:26Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step1]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:02:27Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step1]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:02:27Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step1.1]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:02:28Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step1.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:02:53Z [overcloud.AllNodesDeploySteps.ControllerArtifactsDeploy.1]: SIGNAL_IN_PROGRESS  Signal: deployment b03fd8d7-23e0-4b08-8dc6-1ebe88257ffb succeeded
2017-01-15 12:02:53Z [overcloud.AllNodesDeploySteps.ControllerArtifactsDeploy.1]: CREATE_COMPLETE  state changed
2017-01-15 12:02:56Z [overcloud.AllNodesDeploySteps.ControllerArtifactsDeploy.0]: SIGNAL_IN_PROGRESS  Signal: deployment 2ec2f915-7798-4f6c-940b-817d7c3e8ab2 succeeded
2017-01-15 12:02:57Z [overcloud.AllNodesDeploySteps.ControllerArtifactsDeploy.0]: CREATE_COMPLETE  state changed
2017-01-15 12:02:59Z [overcloud.AllNodesDeploySteps.ControllerArtifactsDeploy.2]: SIGNAL_IN_PROGRESS  Signal: deployment 3794372d-b4d4-478b-b316-2982dfc7ac08 succeeded
2017-01-15 12:03:00Z [overcloud.AllNodesDeploySteps.ControllerArtifactsDeploy.2]: CREATE_COMPLETE  state changed
2017-01-15 12:03:01Z [overcloud.AllNodesDeploySteps.ControllerArtifactsDeploy]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:03:01Z [overcloud.AllNodesDeploySteps.ControllerArtifactsDeploy]: CREATE_COMPLETE  state changed
2017-01-15 12:03:02Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step1]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:03:05Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step1]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:03:05Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step1.1]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:03:07Z [overcloud.AllNodesDeploySteps.ControllerPrePuppet.ControllerPrePuppetMaintenanceModeDeployment]: CREATE_COMPLETE  state changed
2017-01-15 12:03:07Z [overcloud.AllNodesDeploySteps.ControllerPrePuppet]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:03:08Z [overcloud.AllNodesDeploySteps.ControllerPrePuppet]: CREATE_COMPLETE  state changed
2017-01-15 12:03:08Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step1.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:03:09Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step1.2]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:03:21Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step1.0]: SIGNAL_IN_PROGRESS  Signal: deployment 2941ce6b-567e-4353-a669-61629ce7c901 succeeded
2017-01-15 12:03:22Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step1.0]: CREATE_COMPLETE  state changed
2017-01-15 12:03:26Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step1.0]: SIGNAL_IN_PROGRESS  Signal: deployment f0bf94e9-a657-4988-82f4-469adcd26354 succeeded
2017-01-15 12:03:26Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step1.0]: CREATE_COMPLETE  state changed
2017-01-15 12:03:26Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step1]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:03:27Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step1]: CREATE_COMPLETE  state changed
2017-01-15 12:03:30Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step1.1]: SIGNAL_IN_PROGRESS  Signal: deployment 128b1571-a680-491f-ae18-1ed1d0ff8798 succeeded
2017-01-15 12:03:31Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step1.1]: CREATE_COMPLETE  state changed
2017-01-15 12:03:31Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step1]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:03:32Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step1]: CREATE_COMPLETE  state changed
2017-01-15 12:05:24Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step1.0]: SIGNAL_IN_PROGRESS  Signal: deployment 63801762-25b5-4738-83db-139a9af96d4b succeeded
2017-01-15 12:05:24Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step1.0]: CREATE_COMPLETE  state changed
2017-01-15 12:05:31Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step1.2]: CREATE_COMPLETE  state changed
2017-01-15 12:05:32Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step1.2]: SIGNAL_IN_PROGRESS  Signal: deployment 56f30fc7-ebc9-417c-baba-0fe04f705012 succeeded
2017-01-15 12:05:32Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step1.1]: SIGNAL_IN_PROGRESS  Signal: deployment 3d796d84-e532-4643-8a99-c6b20bfcc565 succeeded
2017-01-15 12:05:33Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step1.1]: CREATE_COMPLETE  state changed
2017-01-15 12:05:33Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step1]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:05:34Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step1]: CREATE_COMPLETE  state changed
2017-01-15 12:05:34Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step2]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:05:34Z [overcloud.AllNodesDeploySteps.BlockStorageDeployment_Step2]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:05:34Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step2]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:05:34Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step2.1]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:05:35Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step2]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:05:35Z [overcloud.AllNodesDeploySteps.ObjectStorageDeployment_Step2]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:05:35Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step2]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:05:35Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step2.1]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:05:35Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step2]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:05:35Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step2.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:05:35Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step2]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:05:35Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step2.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:05:37Z [overcloud.AllNodesDeploySteps.BlockStorageDeployment_Step2]: CREATE_COMPLETE  state changed
2017-01-15 12:05:37Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step2.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:05:37Z [overcloud.AllNodesDeploySteps.ObjectStorageDeployment_Step2]: CREATE_COMPLETE  state changed
2017-01-15 12:05:38Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step2.2]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:05:57Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step2.1]: SIGNAL_IN_PROGRESS  Signal: deployment 1d8ecbc1-8ba6-406c-b43c-3afcc5de6b7e succeeded
2017-01-15 12:05:57Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step2.1]: CREATE_COMPLETE  state changed
2017-01-15 12:06:23Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step2.0]: SIGNAL_IN_PROGRESS  Signal: deployment bce22dfa-e199-4cd4-9c48-395762dc2398 succeeded
2017-01-15 12:06:24Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step2.0]: CREATE_COMPLETE  state changed
2017-01-15 12:06:24Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step2]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:06:25Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step2]: CREATE_COMPLETE  state changed
2017-01-15 12:07:11Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step2.0]: SIGNAL_IN_PROGRESS  Signal: deployment 6b521e38-bde9-4120-a800-78d29f6205a2 succeeded
2017-01-15 12:07:11Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step2.0]: CREATE_COMPLETE  state changed
2017-01-15 12:07:12Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step2]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:07:13Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step2]: CREATE_COMPLETE  state changed
2017-01-15 12:07:34Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step2.2]: SIGNAL_IN_PROGRESS  Signal: deployment 8cfba172-6ae1-4dfd-a4f6-a751f1e1c9cd succeeded
2017-01-15 12:07:35Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step2.1]: SIGNAL_IN_PROGRESS  Signal: deployment b9442247-602d-4592-81b1-42d9ecbc2157 succeeded
2017-01-15 12:07:35Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step2.2]: CREATE_COMPLETE  state changed
2017-01-15 12:07:37Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step2.1]: CREATE_COMPLETE  state changed
2017-01-15 12:08:30Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step2.0]: CREATE_COMPLETE  state changed
2017-01-15 12:08:30Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step2.0]: SIGNAL_IN_PROGRESS  Signal: deployment 993bacfd-9b28-4189-9adb-cdda4d1bbb2e succeeded
2017-01-15 12:08:30Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step2]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:08:32Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step2]: CREATE_COMPLETE  state changed
2017-01-15 12:08:32Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step3]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:08:34Z [overcloud.AllNodesDeploySteps.ObjectStorageDeployment_Step3]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:08:34Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step3]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:08:35Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step3.1]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:08:35Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step3]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:08:35Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step3]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:08:36Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step3]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:08:36Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step3.1]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:08:36Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step3]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:08:36Z [overcloud.AllNodesDeploySteps.BlockStorageDeployment_Step3]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:08:36Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step3.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:08:37Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step3.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:08:37Z [overcloud.AllNodesDeploySteps.ObjectStorageDeployment_Step3]: CREATE_COMPLETE  state changed
2017-01-15 12:08:38Z [overcloud.AllNodesDeploySteps.BlockStorageDeployment_Step3]: CREATE_COMPLETE  state changed
2017-01-15 12:08:38Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step3.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:08:39Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step3.2]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:09:13Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step3.0]: SIGNAL_IN_PROGRESS  Signal: deployment 2bbbff47-40f8-4105-808b-a8bd4d873620 succeeded
2017-01-15 12:09:13Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step3.0]: CREATE_COMPLETE  state changed
2017-01-15 12:09:13Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step3]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:09:14Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step3]: CREATE_COMPLETE  state changed
2017-01-15 12:09:38Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step3.0]: SIGNAL_IN_PROGRESS  Signal: deployment f05d86af-a856-402a-8a47-43f53d34a19a succeeded
2017-01-15 12:09:38Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step3.0]: CREATE_COMPLETE  state changed
2017-01-15 12:09:42Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step3.1]: SIGNAL_IN_PROGRESS  Signal: deployment fafbc236-2dc1-4a3c-bc9f-2fb34430b690 succeeded
2017-01-15 12:09:43Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step3.1]: CREATE_COMPLETE  state changed
2017-01-15 12:09:43Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step3]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:09:43Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step3]: CREATE_COMPLETE  state changed
2017-01-15 12:09:53Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step3.1]: SIGNAL_IN_PROGRESS  Signal: deployment 768314a5-9a35-4ae9-82fe-515b7d30131d succeeded
2017-01-15 12:09:54Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step3.1]: CREATE_COMPLETE  state changed
2017-01-15 12:10:16Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step3.2]: SIGNAL_IN_PROGRESS  Signal: deployment 545bd1b1-731c-4af3-8956-df90267d8538 succeeded
2017-01-15 12:10:18Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step3.2]: CREATE_COMPLETE  state changed
2017-01-15 12:12:35Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step3.0]: SIGNAL_IN_PROGRESS  Signal: deployment 7f7e3495-19cf-40ff-a370-0003a5ee0644 succeeded
2017-01-15 12:12:35Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step3.0]: CREATE_COMPLETE  state changed
2017-01-15 12:12:35Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step3]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:12:36Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step3]: CREATE_COMPLETE  state changed
2017-01-15 12:12:36Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step4]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:12:37Z [overcloud.AllNodesDeploySteps.ObjectStorageDeployment_Step4]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:12:37Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step4]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:12:37Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step4.1]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:12:37Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step4]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:12:38Z [overcloud.AllNodesDeploySteps.BlockStorageDeployment_Step4]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:12:38Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step4]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:12:40Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step4.1]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:12:42Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step4]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:12:43Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step4]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:12:43Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step4.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:12:43Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step4.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:12:43Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step4.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:12:44Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step4.2]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:12:44Z [overcloud.AllNodesDeploySteps.BlockStorageDeployment_Step4]: CREATE_COMPLETE  state changed
2017-01-15 12:12:44Z [overcloud.AllNodesDeploySteps.ObjectStorageDeployment_Step4]: CREATE_COMPLETE  state changed
2017-01-15 12:13:19Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step4.0]: SIGNAL_IN_PROGRESS  Signal: deployment 6d09da93-5fc6-4b6b-aec4-1b5e54445f81 succeeded
2017-01-15 12:13:20Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step4.0]: CREATE_COMPLETE  state changed
2017-01-15 12:13:25Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step4.1]: SIGNAL_IN_PROGRESS  Signal: deployment 89264972-950a-4a08-a175-d7c9571094cc succeeded
2017-01-15 12:13:26Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step4.1]: CREATE_COMPLETE  state changed
2017-01-15 12:13:26Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step4]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:13:26Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step4]: CREATE_COMPLETE  state changed
2017-01-15 12:16:54Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step4.0]: SIGNAL_IN_PROGRESS  Signal: deployment f6cd5cc7-175f-4bb0-9b3b-7ab7d509d955 succeeded
2017-01-15 12:16:55Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step4.0]: CREATE_COMPLETE  state changed
2017-01-15 12:16:56Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step4]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:16:56Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step4]: CREATE_COMPLETE  state changed
2017-01-15 12:18:01Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step4.2]: CREATE_COMPLETE  state changed
2017-01-15 12:18:01Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step4.2]: SIGNAL_IN_PROGRESS  Signal: deployment 37e48ef5-496f-4fce-b01e-585a733956d6 succeeded
2017-01-15 12:18:16Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step4.1]: SIGNAL_IN_PROGRESS  Signal: deployment bc4575b5-552e-4c1a-8ca3-84b3ad090390 succeeded
2017-01-15 12:18:16Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step4.1]: CREATE_COMPLETE  state changed
2017-01-15 12:20:04Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step4.0]: SIGNAL_IN_PROGRESS  Signal: deployment 6f009b27-0b30-425f-9321-c528df9a5816 succeeded
2017-01-15 12:20:05Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step4.0]: CREATE_COMPLETE  state changed
2017-01-15 12:20:05Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step4]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:20:05Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step4]: CREATE_COMPLETE  state changed
2017-01-15 12:20:05Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step5]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:20:05Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step5]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:20:05Z [overcloud.AllNodesDeploySteps.BlockStorageDeployment_Step5]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:20:05Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step5.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:20:06Z [overcloud.AllNodesDeploySteps.ObjectStorageDeployment_Step5]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:20:06Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step5]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:20:06Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step5]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:20:06Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step5]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:20:07Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step5.1]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:20:07Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step5]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:20:07Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step5.1]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:20:08Z [overcloud.AllNodesDeploySteps.BlockStorageDeployment_Step5]: CREATE_COMPLETE  state changed
2017-01-15 12:20:08Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step5.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:20:09Z [overcloud.AllNodesDeploySteps.ObjectStorageDeployment_Step5]: CREATE_COMPLETE  state changed
2017-01-15 12:20:09Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step5.0]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:20:10Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step5.2]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:21:06Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step5.0]: SIGNAL_IN_PROGRESS  Signal: deployment d37a9504-8d2a-482e-b1f6-25932f477cd7 succeeded
2017-01-15 12:21:07Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step5.0]: CREATE_COMPLETE  state changed
2017-01-15 12:21:10Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step5.1]: SIGNAL_IN_PROGRESS  Signal: deployment b5bc25ee-3083-41b6-ab39-4f1c80b269cd succeeded
2017-01-15 12:21:11Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step5.1]: CREATE_COMPLETE  state changed
2017-01-15 12:21:11Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step5]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:21:11Z [overcloud.AllNodesDeploySteps.CephStorageDeployment_Step5]: CREATE_COMPLETE  state changed
2017-01-15 12:21:22Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step5.0]: SIGNAL_IN_PROGRESS  Signal: deployment c3bc111c-96d0-493b-86ee-662332b72b5c succeeded
2017-01-15 12:21:23Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step5.0]: CREATE_COMPLETE  state changed
2017-01-15 12:21:23Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step5]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:21:24Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step5]: CREATE_COMPLETE  state changed
2017-01-15 12:25:03Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step5.2]: SIGNAL_IN_PROGRESS  Signal: deployment 0aca40bb-86b4-4f8d-b09a-12b87dc8c34e succeeded
2017-01-15 12:25:04Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step5.2]: CREATE_COMPLETE  state changed
2017-01-15 12:25:44Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step5.1]: SIGNAL_IN_PROGRESS  Signal: deployment d07149e7-d384-46f0-95bc-0661fb2ca1c7 succeeded
2017-01-15 12:25:45Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step5.1]: CREATE_COMPLETE  state changed
2017-01-15 12:30:30Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step5.0]: SIGNAL_IN_PROGRESS  Signal: deployment acfe8424-92b4-45ab-8074-098c9d8f7b1b succeeded
2017-01-15 12:30:31Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step5.0]: CREATE_COMPLETE  state changed
2017-01-15 12:30:32Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step5]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:30:32Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step5]: CREATE_COMPLETE  state changed
2017-01-15 12:30:32Z [overcloud.AllNodesDeploySteps.ComputePostConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:30:32Z [overcloud.AllNodesDeploySteps.CephStoragePostConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:30:32Z [overcloud.AllNodesDeploySteps.ObjectStoragePostConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:30:32Z [overcloud.AllNodesDeploySteps.ControllerPostConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:30:32Z [overcloud.AllNodesDeploySteps.BlockStoragePostConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:30:33Z [overcloud.AllNodesDeploySteps.CephStoragePostConfig]: CREATE_COMPLETE  state changed
2017-01-15 12:30:33Z [overcloud.AllNodesDeploySteps.ObjectStoragePostConfig]: CREATE_COMPLETE  state changed
2017-01-15 12:30:33Z [overcloud.AllNodesDeploySteps.ComputePostConfig]: CREATE_COMPLETE  state changed
2017-01-15 12:30:33Z [overcloud.AllNodesDeploySteps.ControllerPostConfig]: CREATE_COMPLETE  state changed
2017-01-15 12:30:33Z [overcloud.AllNodesDeploySteps.BlockStoragePostConfig]: CREATE_COMPLETE  state changed
2017-01-15 12:30:33Z [overcloud.AllNodesDeploySteps.ComputeExtraConfigPost]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:30:34Z [overcloud.AllNodesDeploySteps.ObjectStorageExtraConfigPost]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:30:35Z [overcloud.AllNodesDeploySteps.BlockStorageExtraConfigPost]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:30:36Z [overcloud.AllNodesDeploySteps.ControllerExtraConfigPost]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:30:37Z [overcloud.AllNodesDeploySteps.CephStorageExtraConfigPost]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:30:38Z [overcloud.AllNodesDeploySteps.ComputeExtraConfigPost]: CREATE_COMPLETE  state changed
2017-01-15 12:30:38Z [overcloud.AllNodesDeploySteps.ObjectStorageExtraConfigPost]: CREATE_COMPLETE  state changed
2017-01-15 12:30:38Z [overcloud.AllNodesDeploySteps.ControllerExtraConfigPost]: CREATE_COMPLETE  state changed
2017-01-15 12:30:38Z [overcloud.AllNodesDeploySteps.CephStorageExtraConfigPost]: CREATE_COMPLETE  state changed
2017-01-15 12:30:38Z [overcloud.AllNodesDeploySteps.BlockStorageExtraConfigPost]: CREATE_COMPLETE  state changed
2017-01-15 12:30:38Z [overcloud.AllNodesDeploySteps.ControllerPostPuppet]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:30:39Z [overcloud.AllNodesDeploySteps.ControllerPostPuppet]: CREATE_IN_PROGRESS  Stack CREATE started
2017-01-15 12:30:39Z [overcloud.AllNodesDeploySteps.ControllerPostPuppet.ControllerPostPuppetMaintenanceModeConfig]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:30:39Z [overcloud.AllNodesDeploySteps.ControllerPostPuppet.ControllerPostPuppetMaintenanceModeConfig]: CREATE_COMPLETE  state changed
2017-01-15 12:30:39Z [overcloud.AllNodesDeploySteps.ControllerPostPuppet.ControllerPostPuppetMaintenanceModeDeployment]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:31:38Z [overcloud.AllNodesDeploySteps.ControllerPostPuppet.ControllerPostPuppetMaintenanceModeDeployment]: CREATE_COMPLETE  state changed
2017-01-15 12:31:38Z [overcloud.AllNodesDeploySteps.ControllerPostPuppet.ControllerPostPuppetRestart]: CREATE_IN_PROGRESS  state changed
2017-01-15 12:32:39Z [overcloud.AllNodesDeploySteps.ControllerPostPuppet.ControllerPostPuppetRestart]: CREATE_COMPLETE  state changed
2017-01-15 12:32:39Z [overcloud.AllNodesDeploySteps.ControllerPostPuppet]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:32:40Z [overcloud.AllNodesDeploySteps.ControllerPostPuppet]: CREATE_COMPLETE  state changed
2017-01-15 12:32:40Z [overcloud.AllNodesDeploySteps]: CREATE_COMPLETE  Stack CREATE completed successfully
2017-01-15 12:32:41Z [overcloud.AllNodesDeploySteps]: CREATE_COMPLETE  state changed
2017-01-15 12:32:41Z [overcloud]: CREATE_COMPLETE  Stack CREATE completed successfully

 Stack overcloud CREATE_COMPLETE

Started Mistral Workflow. Execution ID: e3c2557f-598b-47ad-982b-4f8dbe948923
Overcloud Endpoint: http://10.0.0.6:5000/v2.0
Overcloud Deployed
+ status_code=0
+ heat stack-list
+ grep -q CREATE_FAILED
WARNING (shell) "heat stack-list" is deprecated, please use "openstack stack list" instead
+ exit 0
[stack@undercloud ~]$ nova list
+--------------------------------------+-------------------------+--------+------------+-------------+------------------------+
| ID                                   | Name                    | Status | Task State | Power State | Networks               |
+--------------------------------------+-------------------------+--------+------------+-------------+------------------------+
| 7c0ffadb-2d74-407b-a044-42d4f7432063 | overcloud-cephstorage-0 | ACTIVE | -          | Running     | ctlplane=192.168.24.6  |
| 9491396d-963a-41ce-8d27-76b4ca9d13aa | overcloud-cephstorage-1 | ACTIVE | -          | Running     | ctlplane=192.168.24.7  |
| 353adf69-2a0d-4c59-a948-99ccf6511465 | overcloud-controller-0  | ACTIVE | -          | Running     | ctlplane=192.168.24.14 |
| 074da5c7-089c-4e53-8e4d-194fbc58d2e5 | overcloud-controller-1  | ACTIVE | -          | Running     | ctlplane=192.168.24.17 |
| eccdb1b5-2e3a-4bc3-acce-cc4fdae02a1c | overcloud-controller-2  | ACTIVE | -          | Running     | ctlplane=192.168.24.10 |
| 06a99583-b239-46f5-b040-0c54fdbd0103 | overcloud-novacompute-0 | ACTIVE | -          | Running     | ctlplane=192.168.24.9  |
+--------------------------------------+-------------------------+--------+------------+-------------+------------------------+

oot@ServerF25 ~]# date
Sun Jan 15 15:50:17 MSK 2017
[root@ServerF25 ~]# uname -a
Linux ServerF25.localdomain 4.8.16-300.fc25.x86_64 #1 SMP Fri Jan 6 18:11:49 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
[root@ServerF25 ~]# su - stack
[stack@ServerF25 ~]$ virsh  --connect qemu:///session
Welcome to virsh, the virtualization interactive terminal.

Type:  'help' for help with commands
       'quit' to quit

virsh # version
Compiled against library: libvirt 2.2.0
Using library: libvirt 2.2.0
Using API: QEMU 2.2.0
Running hypervisor: QEMU 2.7.1

virsh # list --all
 Id    Name                           State
----------------------------------------------------
 1     undercloud                     running
 14    ceph_0                         running
 15    ceph_1                         running
 16    compute_0                      running
 17    control_0                      running
 18    control_1                      running
 19    control_2                      running


     
 
 

  ****************************************************************************
  Clean up Server F25 for Tripleo QuickStart redeployment
 *****************************************************************************

 # rm -fr /home/stack
 # userdel stack

1 comment:

  1. Very good idea you've shared here, from here I can be a very valuable new experience

    openstack deployment

    ReplyDelete