Saturday, January 28, 2017

RDO Okata Milestone 3 TripleO QuickStart HA Deployment

Worstation Fedora 24 original setup :-

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

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


[alan@fedora24wks tripleo-quickstart]$ cd config/general_config

[alan@fedora24wks general_config]$ cat ha.yml
# Deploy an HA openstack environment.
control_memory: 6700
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
control_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: compute_1
    flavor: compute
    virtualbmc_port: 6234


# We don't need introspection in a virtual environment (because we are
# creating all the "hardware" we really know the necessary
# information).
step_introspect: false

# Tell tripleo about our environment.
network_isolation: true
extra_args: >-
  --control-scale 3
  --compute-scale 2
  --ntp-server pool.ntp.org
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


********************************************************************************
To test RDO Okata M3 following https://www.rdoproject.org/testday/
after clonning git repo bash quickstart runs with option "-R master"
********************************************************************************
[alan@fedora24wks tripleo-quickstart]$ bash quickstart.sh -R master \
                --config config/general_config/ha.yml  $VIRTHOST

Getting undercloud VM running on VIRTHOST quickstart will exit and print statistics related with undercloud generation.



[alan@fedora24wks tripleo-quickstart]$ ssh -F $HOME/.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: Sat Jan 28 14:38:28 2017 from gateway
[stack@undercloud ~]$ . stackrc
[stack@undercloud ~]$ nova-manage --version
15.0.0

[stack@undercloud ~]$ nova list
+--------------------------------------+-------------------------+--------+------------+-------------+------------------------+
| ID                                   | Name                    | Status | Task State | Power State | Networks               |
+--------------------------------------+-------------------------+--------+------------+-------------+------------------------+
| 54a2f519-9192-416e-be98-a711bc721262 | overcloud-controller-0  | ACTIVE | -          | Running     | ctlplane=192.168.24.18 |
| 0595cac2-84eb-4f06-b32e-2c2cb891b6df | overcloud-controller-1  | ACTIVE | -          | Running     | ctlplane=192.168.24.15 |
| 8a4cabda-5972-4036-b2dd-4af9dbaefdbf | overcloud-controller-2  | ACTIVE | -          | Running     | ctlplane=192.168.24.16 |
| 92ea1291-cc1f-49c3-bd18-3120ef3510aa | overcloud-novacompute-0 | ACTIVE | -          | Running     | ctlplane=192.168.24.10 |
| 586aa37d-3edb-44ba-ba5c-995b4277b8a6 | overcloud-novacompute-1 | ACTIVE | -          | Running     | ctlplane=192.168.24.13 |
+--------------------------------------+-------------------------+--------+------------+-------------+------------------------+

[stack@undercloud ~]$ ssh heat-admin@192.168.24.18
Last login: Sat Jan 28 14:12:55 2017 from 192.168.24.1
[heat-admin@overcloud-controller-0 ~]$ sudo su -
Last login: Sat Jan 28 14:13:10 UTC 2017 on pts/0
[root@overcloud-controller-0 ~]# pcs status
Cluster name: tripleo_cluster
Stack: corosync
Current DC: overcloud-controller-2 (version 1.1.15-11.el7_3.2-e174ec8) - partition with quorum
Last updated: Sat Jan 28 15:46:59 2017        Last change: Sat Jan 28 14:10:37 2017 by root via cibadmin on overcloud-controller-0

3 nodes and 19 resources configured

Online: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]

Full list of resources:

 Master/Slave Set: galera-master [galera]
     Masters: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: rabbitmq-clone [rabbitmq]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Master/Slave Set: redis-master [redis]
     Masters: [ overcloud-controller-2 ]
     Slaves: [ overcloud-controller-0 overcloud-controller-1 ]
 Clone Set: haproxy-clone [haproxy]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 ip-192.168.24.6    (ocf::heartbeat:IPaddr2):    Started overcloud-controller-0
 ip-10.0.0.13    (ocf::heartbeat:IPaddr2):    Started overcloud-controller-1
 ip-172.16.2.10    (ocf::heartbeat:IPaddr2):    Started overcloud-controller-2
 ip-172.16.2.12    (ocf::heartbeat:IPaddr2):    Started overcloud-controller-0
 ip-172.16.1.12    (ocf::heartbeat:IPaddr2):    Started overcloud-controller-1
 ip-172.16.3.12    (ocf::heartbeat:IPaddr2):    Started overcloud-controller-2
 openstack-cinder-volume    (systemd:openstack-cinder-volume):    Started overcloud-controller-0

Daemon Status:
  corosync: active/enabled
  pacemaker: active/enabled
  pcsd: active/enabled 
 
 [root@overcloud-controller-0 ~]# wget https://download.fedoraproject.org/pub/fedora/linux/releases/24/CloudImages/x86_64/images/Fedora-Cloud-Base-24-1.2.x86_64.qcow2 
 [root@overcloud-controller-0 ~]# openstack image create --disk-format qcow2 --container-format bare \
--public --file ./Fedora-Cloud-Base-24-1.2.x86_64.qcow2  VF24Cloud-image
+------------------+----------------------------------------------------------------------------+
| Field            | Value                                                                      |
+------------------+----------------------------------------------------------------------------+
| checksum         | 8de08e3fe24ee788e50a6a508235aa64                                           |
| container_format | bare                                                                       |
| created_at       | 2017-01-28T14:25:51Z                                                       |
| disk_format      | qcow2                                                                      |
| file             | /v2/images/7f2ab65b-84fb-4ac1-905c-7840e18e6a73/file                       |
| id               | 7f2ab65b-84fb-4ac1-905c-7840e18e6a73                                       |
| min_disk         | 0                                                                          |
| min_ram          | 0                                                                          |
| name             | VF24Cloud-image                                                            |
| owner            | 223bec8e0ab244219ea612652abbe24f                                           |
| properties       | direct_url='swift+config://ref1/glance/7f2ab65b-84fb-4ac1-905c-            |
|                  | 7840e18e6a73'                                                              |
| protected        | False                                                                      |
| schema           | /v2/schemas/image                                                          |
| size             | 204590080                                                                  |
| status           | active                                                                     |
| tags             |                                                                            |
| updated_at       | 2017-01-28T14:25:57Z                                                       |
| virtual_size     | None                                                                       |
| visibility       | public                                                                     |
+------------------+----------------------------------------------------------------------------+
[root@overcloud-controller-0 ~]# openstack image create --disk-format qcow2 --container-format bare \
 --public --file ./xenial-server-cloudimg-amd64-disk1.img  UbuntuXenial-image
+------------------+----------------------------------------------------------------------------+
| Field            | Value                                                                      |
+------------------+----------------------------------------------------------------------------+
| checksum         | 24d66f33ee508f2da03fccd9f7138102                                           |
| container_format | bare                                                                       |
| created_at       | 2017-01-28T14:26:42Z                                                       |
| disk_format      | qcow2                                                                      |
| file             | /v2/images/08911dd0-9ddc-4a6e-b946-8e9d1c10d912/file                       |
| id               | 08911dd0-9ddc-4a6e-b946-8e9d1c10d912                                       |
| min_disk         | 0                                                                          |
| min_ram          | 0                                                                          |
| name             | UbuntuXenial-image                                                         |
| owner            | 223bec8e0ab244219ea612652abbe24f                                           |
| properties       | direct_url='swift+config://ref1/glance/08911dd0-9ddc-                      |
|                  | 4a6e-b946-8e9d1c10d912'                                                    |
| protected        | False                                                                      |
| schema           | /v2/schemas/image                                                          |
| size             | 322699264                                                                  |
| status           | active                                                                     |
| tags             |                                                                            |
| updated_at       | 2017-01-28T14:26:49Z                                                       |
| virtual_size     | None                                                                       |
| visibility       | public                                                                     |
+------------------+----------------------------------------------------------------------------+
[root@overcloud-controller-0 ~]# openstack image list
+--------------------------------------+--------------------+--------+
| ID                                   | Name               | Status |
+--------------------------------------+--------------------+--------+
| 08911dd0-9ddc-4a6e-b946-8e9d1c10d912 | UbuntuXenial-image | active |
| 7f2ab65b-84fb-4ac1-905c-7840e18e6a73 | VF24Cloud-image    | active |
+--------------------------------------+--------------------+--------+

[root@overcloud-controller-0 ~]# neutron net-create ext-net --router:external \
    --provider:physical_network datacentre  --provider:network_type flat

Created a new network:
+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | True                                 |
| availability_zone_hints   |                                      |
| availability_zones        |                                      |
| created_at                | 2017-01-28T14:29:46Z                 |
| description               |                                      |
| id                        | 08ca4516-649b-4b71-956a-e2039cd152f5 |
| ipv4_address_scope        |                                      |
| ipv6_address_scope        |                                      |
| is_default                | False                                |
| mtu                       | 1500                                 |
| name                      | ext-net                              |
| port_security_enabled     | True                                 |
| project_id                | 223bec8e0ab244219ea612652abbe24f     |
| provider:network_type     | flat                                 |
| provider:physical_network | datacentre                           |
| provider:segmentation_id  |                                      |
| qos_policy_id             |                                      |
| revision_number           | 4                                    |
| router:external           | True                                 |
| shared                    | False                                |
| status                    | ACTIVE                               |
| subnets                   |                                      |
| tags                      |                                      |
| tenant_id                 | 223bec8e0ab244219ea612652abbe24f     |
| updated_at                | 2017-01-28T14:29:46Z                 |
+---------------------------+--------------------------------------+

[root@overcloud-controller-0 ~]# neutron subnet-create ext-net --name ext-subnet \
 --allocation-pool start=192.168.24.100,end=192.168.24.120 --disable-dhcp --gateway 192.168.24.1  192.168.24.0/24
Created a new subnet:
+-------------------+------------------------------------------------------+
| Field             | Value                                                |
+-------------------+------------------------------------------------------+
| allocation_pools  | {"start": "192.168.24.100", "end": "192.168.24.120"} |
| cidr              | 192.168.24.0/24                                      |
| created_at        | 2017-01-28T14:31:02Z                                 |
| description       |                                                      |
| dns_nameservers   |                                                      |
| enable_dhcp       | False                                                |
| gateway_ip        | 192.168.24.1                                         |
| host_routes       |                                                      |
| id                | 147713a5-9d7d-47be-9c3c-b9ebf38ac165                 |
| ip_version        | 4                                                    |
| ipv6_address_mode |                                                      |
| ipv6_ra_mode      |                                                      |
| name              | ext-subnet                                           |
| network_id        | 08ca4516-649b-4b71-956a-e2039cd152f5                 |
| project_id        | 223bec8e0ab244219ea612652abbe24f                     |
| revision_number   | 2                                                    |
| service_types     |                                                      |
| subnetpool_id     |                                                      |
| tenant_id         | 223bec8e0ab244219ea612652abbe24f                     |
| updated_at        | 2017-01-28T14:31:02Z                                 |
+-------------------+------------------------------------------------------+

[root@overcloud-controller-0 ~]# neutron router-create --ha=True router1
Created a new router:
+-------------------------+--------------------------------------+
| Field                   | Value                                |
+-------------------------+--------------------------------------+
| admin_state_up          | True                                 |
| availability_zone_hints |                                      |
| availability_zones      |                                      |
| created_at              | 2017-01-28T14:31:39Z                 |
| description             |                                      |
| distributed             | False                                |
| external_gateway_info   |                                      |
| flavor_id               |                                      |
| ha                      | True                                 |
| id                      | 89fcae3d-af04-46c9-b8fe-f46dacbde8e2 |
| name                    | router1                              |
| project_id              | 223bec8e0ab244219ea612652abbe24f     |
| revision_number         | 3                                    |
| routes                  |                                      |
| status                  | ACTIVE                               |
| tenant_id               | 223bec8e0ab244219ea612652abbe24f     |
| updated_at              | 2017-01-28T14:31:39Z                 |
+-------------------------+--------------------------------------+
[root@overcloud-controller-0 ~]# neutron router-gateway-set router1 ext-net
Set gateway for router router1
[root@overcloud-controller-0 ~]# neutron net-create int
Created a new network:
+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | True                                 |
| availability_zone_hints   |                                      |
| availability_zones        |                                      |
| created_at                | 2017-01-28T14:32:34Z                 |
| description               |                                      |
| id                        | 83b2b202-edc3-4c5e-9186-8a85d98b9048 |
| ipv4_address_scope        |                                      |
| ipv6_address_scope        |                                      |
| mtu                       | 1450                                 |
| name                      | int                                  |
| port_security_enabled     | True                                 |
| project_id                | 223bec8e0ab244219ea612652abbe24f     |
| provider:network_type     | vxlan                                |
| provider:physical_network |                                      |
| provider:segmentation_id  | 85                                   |
| qos_policy_id             |                                      |
| revision_number           | 3                                    |
| router:external           | False                                |
| shared                    | False                                |
| status                    | ACTIVE                               |
| subnets                   |                                      |
| tags                      |                                      |
| tenant_id                 | 223bec8e0ab244219ea612652abbe24f     |
| updated_at                | 2017-01-28T14:32:34Z                 |
+---------------------------+--------------------------------------+
[root@overcloud-controller-0 ~]# neutron subnet-create int 30.0.0.0/24 \
--dns_nameservers list=true 83.221.202.254

Created a new subnet:
+-------------------+--------------------------------------------+
| Field             | Value                                      |
+-------------------+--------------------------------------------+
| allocation_pools  | {"start": "30.0.0.2", "end": "30.0.0.254"} |
| cidr              | 30.0.0.0/24                                |
| created_at        | 2017-01-28T14:33:11Z                       |
| description       |                                            |
| dns_nameservers   | 83.221.202.254                             |
| enable_dhcp       | True                                       |
| gateway_ip        | 30.0.0.1                                   |
| host_routes       |                                            |
| id                | 5cfe4bc7-db39-473d-b032-32d0aa6ec9cd       |
| ip_version        | 4                                          |
| ipv6_address_mode |                                            |
| ipv6_ra_mode      |                                            |
| name              |                                            |
| network_id        | 83b2b202-edc3-4c5e-9186-8a85d98b9048       |
| project_id        | 223bec8e0ab244219ea612652abbe24f           |
| revision_number   | 2                                          |
| service_types     |                                            |
| subnetpool_id     |                                            |
| tenant_id         | 223bec8e0ab244219ea612652abbe24f           |
| updated_at        | 2017-01-28T14:33:11Z                       |
+-------------------+--------------------------------------------+
[root@overcloud-controller-0 ~]# neutron router-interface-add router1 5cfe4bc7-db39-473d-b032-32d0aa6ec9cd
Added interface 504527b9-a2ba-4686-b6e8-6bebd2d0b2e2 to router router1.
[root@overcloud-controller-0 ~]# nova keypair-add oskey012817 > oskey012817.pem
[root@overcloud-controller-0 ~]# nova secgroup-list
WARNING: Command secgroup-list is deprecated and will be removed after Nova 15.0.0 is released. Use python-neutronclient or python-openstackclient instead.
+--------------------------------------+---------+------------------------+
| Id                                   | Name    | Description            |
+--------------------------------------+---------+------------------------+
| e5c75b93-aba9-41ee-ac89-3f5d72729d77 | default | Default security group |
+--------------------------------------+---------+------------------------+
[root@overcloud-controller-0 ~]# neutron security-group-rule-create --protocol tcp --port-range-min 22 --port-range-max 22 --direction ingress --remote-ip-prefix 0.0.0.0/0 e5c75b93-aba9-41ee-ac89-3f5d72729d77
Created a new security_group_rule:
+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2017-01-28T14:36:14Z                 |
| description       |                                      |
| direction         | ingress                              |
| ethertype         | IPv4                                 |
| id                | 75b00def-a1ff-4bdc-97fa-85745b6f2b18 |
| port_range_max    | 22                                   |
| port_range_min    | 22                                   |
| project_id        | 223bec8e0ab244219ea612652abbe24f     |
| protocol          | tcp                                  |
| remote_group_id   |                                      |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 1                                    |
| security_group_id | e5c75b93-aba9-41ee-ac89-3f5d72729d77 |
| tenant_id         | 223bec8e0ab244219ea612652abbe24f     |
| updated_at        | 2017-01-28T14:36:14Z                 |
+-------------------+--------------------------------------+
[root@overcloud-controller-0 ~]# nova flavor-create "m1.small" 2  1000 20 1
+----+----------+-----------+------+-----------+------+-------+-------------+-----------+
| ID | Name     | Memory_MB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public |
+----+----------+-----------+------+-----------+------+-------+-------------+-----------+
| 2  | m1.small | 1000      | 20   | 0         |      | 1     | 1.0         | True      |
+----+----------+-----------+------+-----------+------+-------+-------------+-----------+

[root@overcloud-controller-0 ~]# openstack image list
+--------------------------------------+--------------------+--------+
| ID                                   | Name               | Status |
+--------------------------------------+--------------------+--------+
| 08911dd0-9ddc-4a6e-b946-8e9d1c10d912 | UbuntuXenial-image | active |
| 7f2ab65b-84fb-4ac1-905c-7840e18e6a73 | VF24Cloud-image    | active |
+--------------------------------------+--------------------+--------+
[root@overcloud-controller-0 ~]# openstack network list
+-------------------------------+-------------------------------+-------------------------------+
| ID                            | Name                          | Subnets                       |
+-------------------------------+-------------------------------+-------------------------------+
| 08ca4516-649b-4b71-956a-      | ext-net                       | 147713a5-9d7d-47be-9c3c-      |
| e2039cd152f5                  |                               | b9ebf38ac165                  |
| 83b2b202-edc3-4c5e-9186-8a85d | int                           | 5cfe4bc7-db39-473d-b032-32d0a |
| 98b9048                       |                               | a6ec9cd                       |
| d25ffeca-36c8-4fcd-bf1e-      | HA network tenant 223bec8e0ab | 38d0c609-ccb1-4ccc-9564-a298f |
| 5b9e70c2b1e6                  | 244219ea612652abbe24f         | 6bc88c0                       |
+-------------------------------+-------------------------------+-------------------------------+
[root@overcloud-controller-0 ~]# nova boot --flavor 2 --key-name oskey012817 \
 --image 08911dd0-9ddc-4a6e-b946-8e9d1c10d912 \
 --nic net-id=83b2b202-edc3-4c5e-9186-8a85d98b9048 UbuntuXenialDevs01
+--------------------------------------+-----------------------------------------------------------+
| Property                             | Value                                                     |
+--------------------------------------+-----------------------------------------------------------+
| OS-DCF:diskConfig                    | MANUAL                                                    |
| OS-EXT-AZ:availability_zone          |                                                           |
| OS-EXT-SRV-ATTR:host                 | -                                                         |
| OS-EXT-SRV-ATTR:hostname             | ubuntuxenialdevs01                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname  | -                                                         |
| OS-EXT-SRV-ATTR:instance_name        | instance-00000003                                         |
| OS-EXT-SRV-ATTR:kernel_id            |                                                           |
| OS-EXT-SRV-ATTR:launch_index         | 0                                                         |
| OS-EXT-SRV-ATTR:ramdisk_id           |                                                           |
| OS-EXT-SRV-ATTR:reservation_id       | r-0vj24odo                                                |
| OS-EXT-SRV-ATTR:root_device_name     | -                                                         |
| OS-EXT-SRV-ATTR:user_data            | -                                                         |
| OS-EXT-STS:power_state               | 0                                                         |
| OS-EXT-STS:task_state                | scheduling                                                |
| OS-EXT-STS:vm_state                  | building                                                  |
| OS-SRV-USG:launched_at               | -                                                         |
| OS-SRV-USG:terminated_at             | -                                                         |
| accessIPv4                           |                                                           |
| accessIPv6                           |                                                           |
| adminPass                            | nQK6Eva9rJjE                                              |
| config_drive                         |                                                           |
| created                              | 2017-01-28T14:45:39Z                                      |
| description                          | -                                                         |
| flavor                               | m1.small (2)                                              |
| hostId                               |                                                           |
| host_status                          |                                                           |
| id                                   | bc3c8fca-99ec-47ea-9cc6-9a5916f13f2b                      |
| image                                | UbuntuXenial-image (08911dd0-9ddc-4a6e-b946-8e9d1c10d912) |
| key_name                             | oskey012817                                               |
| locked                               | False                                                     |
| metadata                             | {}                                                        |
| name                                 | UbuntuXenialDevs01                                        |
| os-extended-volumes:volumes_attached | []                                                        |
| progress                             | 0                                                         |
| security_groups                      | default                                                   |
| status                               | BUILD                                                     |
| tags                                 | []                                                        |
| tenant_id                            | 223bec8e0ab244219ea612652abbe24f                          |
| updated                              | 2017-01-28T14:45:40Z                                      |
| user_id                              | 4ee1a7ee02cd45d98b5c9fd4f8e2e67e                          |
+--------------------------------------+-----------------------------------------------------------+
[root@overcloud-controller-0 ~]# nova list
+--------------------------------------+--------------------+--------+------------+-------------+--------------+
| ID                                   | Name               | Status | Task State | Power State | Networks     |
+--------------------------------------+--------------------+--------+------------+-------------+--------------+
| bc3c8fca-99ec-47ea-9cc6-9a5916f13f2b | UbuntuXenialDevs01 | ACTIVE | -          | Running     | int=30.0.0.5 |
+--------------------------------------+--------------------+--------+------------+-------------+--------------+

[root@overcloud-controller-0 ~]# nova boot --flavor 2 --key-name oskey012817 \
 --image 7f2ab65b-84fb-4ac1-905c-7840e18e6a73 --nic net-id=83b2b202-edc3-4c5e-9186-8a85d98b9048 VF24Devs01

+--------------------------------------+--------------------------------------------------------+
| Property                             | Value                                                  |
+--------------------------------------+--------------------------------------------------------+
| OS-DCF:diskConfig                    | MANUAL                                                 |
| OS-EXT-AZ:availability_zone          |                                                        |
| OS-EXT-SRV-ATTR:host                 | -                                                      |
| OS-EXT-SRV-ATTR:hostname             | vf24devs01                                             |
| OS-EXT-SRV-ATTR:hypervisor_hostname  | -                                                      |
| OS-EXT-SRV-ATTR:instance_name        | instance-00000006                                      |
| OS-EXT-SRV-ATTR:kernel_id            |                                                        |
| OS-EXT-SRV-ATTR:launch_index         | 0                                                      |
| OS-EXT-SRV-ATTR:ramdisk_id           |                                                        |
| OS-EXT-SRV-ATTR:reservation_id       | r-szl16ge8                                             |
| OS-EXT-SRV-ATTR:root_device_name     | -                                                      |
| OS-EXT-SRV-ATTR:user_data            | -                                                      |
| OS-EXT-STS:power_state               | 0                                                      |
| OS-EXT-STS:task_state                | scheduling                                             |
| OS-EXT-STS:vm_state                  | building                                               |
| OS-SRV-USG:launched_at               | -                                                      |
| OS-SRV-USG:terminated_at             | -                                                      |
| accessIPv4                           |                                                        |
| accessIPv6                           |                                                        |
| adminPass                            | zkeuRbWTEsz9                                           |
| config_drive                         |                                                        |
| created                              | 2017-01-28T14:52:37Z                                   |
| description                          | -                                                      |
| flavor                               | m1.small (2)                                           |
| hostId                               |                                                        |
| host_status                          |                                                        |
| id                                   | dcc3a479-eb9e-4f9b-aeca-a820b402c2ac                   |
| image                                | VF24Cloud-image (7f2ab65b-84fb-4ac1-905c-7840e18e6a73) |
| key_name                             | oskey012817                                            |
| locked                               | False                                                  |
| metadata                             | {}                                                     |
| name                                 | VF24Devs01                                             |
| os-extended-volumes:volumes_attached | []                                                     |
| progress                             | 0                                                      |
| security_groups                      | default                                                |
| status                               | BUILD                                                  |
| tags                                 | []                                                     |
| tenant_id                            | 223bec8e0ab244219ea612652abbe24f                       |
| updated                              | 2017-01-28T14:52:37Z                                   |
| user_id                              | 4ee1a7ee02cd45d98b5c9fd4f8e2e67e                       |
+--------------------------------------+--------------------------------------------------------+
[root@overcloud-controller-0 ~]# nova list
+--------------------------------------+--------------------+--------+------------+-------------+--------------+
| ID                                   | Name               | Status | Task State | Power State | Networks     |
+--------------------------------------+--------------------+--------+------------+-------------+--------------+
| bc3c8fca-99ec-47ea-9cc6-9a5916f13f2b | UbuntuXenialDevs01 | ACTIVE | -          | Running     | int=30.0.0.5 |
| dcc3a479-eb9e-4f9b-aeca-a820b402c2ac | VF24Devs01         | ACTIVE | -          | Running     | int=30.0.0.9 |
+--------------------------------------+--------------------+--------+------------+-------------+--------------+

[root@overcloud-controller-0 ~]# nova console-log UbuntuXenialDevs01
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.0-59-generic (buildd@lgw01-11) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #80-Ubuntu SMP Fri Jan 6 17:47:47 UTC 2017 (Ubuntu 4.4.0-59.80-generic 4.4.35)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-59-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] x86/fpu: Using 'lazy' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003e7dbfff] usable
[    0.000000] BIOS-e820: [mem 0x000000003e7dc000-0x000000003e7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] Hypervisor detected: KVM
[    0.000000] e820: last_pfn = 0x3e7dc max_arch_pfn = 0x400000000
[    0.000000] x86/PAT: PAT not supported by CPU.
[    0.000000] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC  
[    0.000000] found SMP MP-table at [mem 0x000f73d0-0x000f73df] mapped at [ffff8800000f73d0]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] RAMDISK: [mem 0x36b6c000-0x375adfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F7190 000014 (v00 BOCHS )
[    0.000000] ACPI: RSDT 0x000000003E7E181B 00002C (v01 BOCHS  BXPCRSDT 00000001 BXPC 00000001)
[    0.000000] ACPI: FACP 0x000000003E7E172F 000074 (v01 BOCHS  BXPCFACP 00000001 BXPC 00000001)
[    0.000000] ACPI: DSDT 0x000000003E7E0040 0016EF (v01 BOCHS  BXPCDSDT 00000001 BXPC 00000001)
[    0.000000] ACPI: FACS 0x000000003E7E0000 000040
[    0.000000] ACPI: APIC 0x000000003E7E17A3 000078 (v01 BOCHS  BXPCAPIC 00000001 BXPC 00000001)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000003e7dbfff]
[    0.000000] NODE_DATA(0) allocated [mem 0x3e7d7000-0x3e7dbfff]
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000000] kvm-clock: cpu 0, msr 0:3e7cf001, primary cpu clock
[    0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x000000003e7dbfff]
[    0.000000]   Normal   empty
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000003e7dbfff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003e7dbfff]
[    0.000000] ACPI: PM-Timer IO Port: 0x608
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.000000] e820: [mem 0x3e800000-0xfeffbfff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on KVM
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1
[    0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003e400000 s98264 r8192 d28712 u2097152
[    0.000000] KVM setup async PF for cpu 0
[    0.000000] kvm-stealtime: cpu 0, msr 3e40d9c0
[    0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 251845
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-59-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Memory: 977552K/1023464K available (8436K kernel code, 1291K rwdata, 3960K rodata, 1488K init, 1316K bss, 45912K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]     Build-time adjustment of leaf fanout to 64.
[    0.000000]     RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1
[    0.000000] NR_IRQS:33024 nr_irqs:256 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty1] enabled
[    0.000000] console [ttyS0] enabled
[    0.000000] tsc: Detected 3597.942 MHz processor
[    0.012000] Calibrating delay loop (skipped) preset value.. 7195.88 BogoMIPS (lpj=14391768)
[    0.016021] pid_max: default: 32768 minimum: 301
[    0.020025] ACPI: Core revision 20150930
[    0.024686] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.032035] Security Framework initialized
[    0.036028] Yama: becoming mindful.
[    0.040034] AppArmor: AppArmor initialized
[    0.044083] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.048169] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.052331] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
[    0.056026] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
[    0.060158] Initializing cgroup subsys io
[    0.064024] Initializing cgroup subsys memory
[    0.068039] Initializing cgroup subsys devices
[    0.072024] Initializing cgroup subsys freezer
[    0.076031] Initializing cgroup subsys net_cls
[    0.080023] Initializing cgroup subsys perf_event
[    0.084034] Initializing cgroup subsys net_prio
[    0.088029] Initializing cgroup subsys hugetlb
[    0.092022] Initializing cgroup subsys pids
[    0.101140] mce: CPU supports 10 MCE banks
[    0.104628] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.108022] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.256647] Freeing SMP alternatives memory: 32K (ffffffff820b8000 - ffffffff820c0000)
[    0.368098] ftrace: allocating 32064 entries in 126 pages
[    0.380098] smpboot: APIC(0) Converting physical 0 to logical package 0
[    0.384023] smpboot: Max logical packages: 1
[    0.389692] x2apic enabled
[    0.392023] Switched APIC routing to physical x2apic.
[    0.406321] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.408000] smpboot: CPU0: Intel QEMU Virtual CPU version 2.5+ (family: 0x6, model: 0xd, stepping: 0x3)
[    0.416012] Performance Events: Broken PMU hardware detected, using software events only.
[    0.424007] Failed to access perfctr msr (MSR c2 is 0)
[    0.428068] KVM setup paravirtual spinlock
[    0.432517] x86: Booted up 1 node, 1 CPUs
[    0.436006] smpboot: Total of 1 processors activated (7195.88 BogoMIPS)
[    0.441718] devtmpfs: initialized
[    0.448984] evm: security.selinux
[    0.452014] evm: security.SMACK64
[    0.456005] evm: security.SMACK64EXEC
[    0.460007] evm: security.SMACK64TRANSMUTE
[    0.464006] evm: security.SMACK64MMAP
[    0.468005] evm: security.ima
[    0.472005] evm: security.capability
[    0.476146] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.480112] pinctrl core: initialized pinctrl subsystem
[    0.484496] RTC time: 14:46:04, date: 01/28/17
[    0.488117] NET: Registered protocol family 16
[    0.492164] cpuidle: using governor ladder
[    0.496012] cpuidle: using governor menu
[    0.500021] PCCT header not found.
[    0.504173] ACPI: bus type PCI registered
[    0.508006] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.516138] PCI: Using configuration type 1 for base access
[    0.524079] ACPI: Added _OSI(Module Device)
[    0.528007] ACPI: Added _OSI(Processor Device)
[    0.532007] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.536007] ACPI: Added _OSI(Processor Aggregator Device)
[    0.542067] ACPI: Interpreter enabled
[    0.544020] ACPI: (supports S0 S5)
[    0.548006] ACPI: Using IOAPIC for interrupt routing
[    0.552039] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.560946] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.564018] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[    0.568019] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.572026] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.576422] acpiphp: Slot [3] registered
[    0.580090] acpiphp: Slot [4] registered
[    0.584102] acpiphp: Slot [5] registered
[    0.588117] acpiphp: Slot [6] registered
[    0.592083] acpiphp: Slot [7] registered
[    0.596095] acpiphp: Slot [8] registered
[    0.600083] acpiphp: Slot [9] registered
[    0.604087] acpiphp: Slot [10] registered
[    0.608085] acpiphp: Slot [11] registered
[    0.612086] acpiphp: Slot [12] registered
[    0.616085] acpiphp: Slot [13] registered
[    0.620120] acpiphp: Slot [14] registered
[    0.624083] acpiphp: Slot [15] registered
[    0.628078] acpiphp: Slot [16] registered
[    0.632076] acpiphp: Slot [17] registered
[    0.636081] acpiphp: Slot [18] registered
[    0.640084] acpiphp: Slot [19] registered
[    0.644085] acpiphp: Slot [20] registered
[    0.648094] acpiphp: Slot [21] registered
[    0.652097] acpiphp: Slot [22] registered
[    0.656097] acpiphp: Slot [23] registered
[    0.660088] acpiphp: Slot [24] registered
[    0.664081] acpiphp: Slot [25] registered
[    0.668083] acpiphp: Slot [26] registered
[    0.672107] acpiphp: Slot [27] registered
[    0.676107] acpiphp: Slot [28] registered
[    0.680083] acpiphp: Slot [29] registered
[    0.684080] acpiphp: Slot [30] registered
[    0.688087] acpiphp: Slot [31] registered
[    0.696012] PCI host bridge to bus 0000:00
[    0.700009] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.704009] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.708009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.712035] pci_bus 0000:00: root bus resource [mem 0x3e800000-0xfebfffff window]
[    0.716019] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.735402] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.736009] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.740008] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.744009] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.764369] pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 ACPI
[    0.768077] pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 SMB
[    0.852923] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[    0.862278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[    0.872018] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[    0.880349] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[    0.890676] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[    0.899605] ACPI: Enabled 3 GPEs in block 00 to 0F
[    0.900405] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.904000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.904007] vgaarb: loaded
[    0.908008] vgaarb: bridge control possible 0000:00:02.0
[    0.912301] SCSI subsystem initialized
[    0.916112] ACPI: bus type USB registered
[    0.920050] usbcore: registered new interface driver usbfs
[    0.924039] usbcore: registered new interface driver hub
[    0.928033] usbcore: registered new device driver usb
[    0.932185] PCI: Using ACPI for IRQ routing
[    0.940580] NetLabel: Initializing
[    0.944005] NetLabel:  domain hash size = 128
[    0.948006] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.952022] NetLabel:  unlabeled traffic allowed by default
[    0.956114] amd_nb: Cannot enumerate AMD northbridges
[    0.960023] clocksource: Switched to clocksource kvm-clock
[    0.970951] AppArmor: AppArmor Filesystem Enabled
[    0.976695] pnp: PnP ACPI init
[    0.981734] pnp: PnP ACPI: found 6 devices
[    0.992680] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.004248] NET: Registered protocol family 2
[    1.009887] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    1.018537] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
[    1.027198] TCP: Hash tables configured (established 8192 bind 8192)
[    1.034268] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    1.041394] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    1.049959] NET: Registered protocol family 1
[    1.056344] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    1.063612] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    1.071838] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    1.095374] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
[    1.119183] Trying to unpack rootfs image as initramfs...
[    2.540482] Freeing initrd memory: 10504K (ffff880036b6c000 - ffff8800375ae000)
[    2.551874] Scanning for low memory corruption every 60 seconds
[    2.559028] futex hash table entries: 256 (order: 2, 16384 bytes)
[    2.565935] audit: initializing netlink subsys (disabled)
[    2.573662] audit: type=2000 audit(1485614765.632:1): initialized
[    2.582051] Initialise system trusted keyring
[    2.587586] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.596406] zbud: loaded
[    2.601517] VFS: Disk quotas dquot_6.6.0
[    2.608282] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.617440] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    2.624289] fuse init (API version 7.23)
[    2.630443] Key type big_key registered
[    2.636352] Allocating IMA MOK and blacklist keyrings.
[    2.643062] Key type asymmetric registered
[    2.648958] Asymmetric key parser 'x509' registered
[    2.655137] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    2.666707] io scheduler noop registered
[    2.672673] io scheduler deadline registered (default)
[    2.679704] io scheduler cfq registered
[    2.684947] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    2.692617] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    2.700963] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    2.711410] ACPI: Power Button [PWRF]
[    2.717647] GHES: HEST is not enabled!
[    2.739840] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
[    2.786232] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
[    2.799938] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    2.839030] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    2.886731] 00:05: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    2.898518] Linux agpgart interface v0.103
[    2.907416] brd: module loaded
[    2.913124] loop: module loaded
[    2.921375]  vda: vda1
[    2.927072] scsi host0: ata_piix
[    2.931691] scsi host1: ata_piix
[    2.936400] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14
[    2.943557] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15
[    2.953715] libphy: Fixed MDIO Bus: probed
[    2.959566] tun: Universal TUN/TAP device driver, 1.6
[    2.965310] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    2.978731] PPP generic driver version 2.4.2
[    2.984942] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.992947] ehci-pci: EHCI PCI platform driver
[    2.998352] ehci-platform: EHCI generic platform driver
[    3.004333] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.011838] ohci-pci: OHCI PCI platform driver
[    3.017259] ohci-platform: OHCI generic platform driver
[    3.023452] uhci_hcd: USB Universal Host Controller Interface driver
[    3.046309] uhci_hcd 0000:00:01.2: UHCI Host Controller
[    3.052408] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
[    3.062000] uhci_hcd 0000:00:01.2: detected 2 ports
[    3.069467] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040
[    3.077470] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[    3.086190] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.096225] usb usb1: Product: UHCI Host Controller
[    3.102817] usb usb1: Manufacturer: Linux 4.4.0-59-generic uhci_hcd
[    3.110329] usb usb1: SerialNumber: 0000:00:01.2
[    3.118566] hub 1-0:1.0: USB hub found
[    3.125181] hub 1-0:1.0: 2 ports detected
[    3.131246] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    3.145714] serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.152785] serio: i8042 AUX port at 0x60,0x64 irq 12
[    3.159317] mousedev: PS/2 mouse device common for all mice
[    3.167458] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[    3.178202] rtc_cmos 00:00: RTC can wake from S4
[    3.185321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[    3.193121] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram
[    3.200339] i2c /dev entries driver
[    3.205126] device-mapper: uevent: version 1.0.3
[    3.210894] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[    3.220938] ledtrig-cpu: registered to indicate activity on CPUs
[    3.227932] NET: Registered protocol family 10
[    3.233787] NET: Registered protocol family 17
[    3.239584] Key type dns_resolver registered
[    3.245101] microcode: CPU0 sig=0x6d3, pf=0x1, revision=0x1
[    3.251543] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    3.261930] registered taskstats version 1
[    3.267210] Loading compiled-in X.509 certificates
[    3.273421] Loaded X.509 cert 'Build time autogenerated kernel key: 6ffa6bfaa152a74cd2b6aa1e188cb999d8f5632b'
[    3.284548] zswap: loaded using pool lzo/zbud
[    3.291328] Key type trusted registered
[    3.300200] Key type encrypted registered
[    3.305349] AppArmor: AppArmor sha1 policy hashing enabled
[    3.311598] ima: No TPM chip found, activating TPM-bypass!
[    3.318257] evm: HMAC attrs: 0x1
[    3.325215]   Magic number: 1:793:789
[    3.331388] rtc_cmos 00:00: setting system clock to 2017-01-28 14:46:07 UTC (1485614767)
[    3.343350] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    3.351601] EDD information not available.
[    3.359153] Freeing unused kernel memory: 1488K (ffffffff81f44000 - ffffffff820b8000)
[    3.370008] Write protecting the kernel read-only data: 14336k
[    3.377264] Freeing unused kernel memory: 1792K (ffff880001840000 - ffff880001a00000)
[    3.387365] Freeing unused kernel memory: 136K (ffff880001dde000 - ffff880001e00000)
Loading, please wait...
starting version 229
[    3.412908] random: udevadm: uninitialized urandom read (16 bytes read, 4 bits of entropy available)
[    3.423907] random: systemd-udevd: uninitialized urandom read (16 bytes read, 4 bits of entropy available)
[    3.435002] random: systemd-udevd: uninitialized urandom read (16 bytes read, 4 bits of entropy available)
[    3.527040] usb 1-1: new full-speed USB device number 2 using uhci_hcd
[    3.534235] random: udevadm: uninitialized urandom read (16 bytes read, 4 bits of entropy available)
[    3.545122] random: udevadm: uninitialized urandom read (16 bytes read, 4 bits of entropy available)
[    3.556449] random: udevadm: uninitialized urandom read (16 bytes read, 4 bits of entropy available)
[    3.567355] random: udevadm: uninitialized urandom read (16 bytes read, 4 bits of entropy available)
[    3.578888] random: udevadm: uninitialized urandom read (16 bytes read, 4 bits of entropy available)
[    3.591674] random: udevadm: uninitialized urandom read (16 bytes read, 4 bits of entropy available)
[    3.602265] random: udevadm: uninitialized urandom read (16 bytes read, 4 bits of entropy available)
[    3.648876] virtio_net virtio0 ens3: renamed from eth0
[    3.668400] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4
[    3.690674] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3
[    3.726276] FDC 0 is a S82078B
[    3.739566] usb 1-1: New USB device found, idVendor=0627, idProduct=0001
[    3.747598] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5
[    3.756776] usb 1-1: Product: QEMU USB Tablet
[    3.763217] usb 1-1: Manufacturer: QEMU
[    3.769666] usb 1-1: SerialNumber: 42
Begin: Loading essential drivers ... [    6.744191] md: linear personality registered for level -1
[    6.754679] md: multipath personality registered for level -4
[    6.765689] md: raid0 personality registered for level 0
[    6.779709] md: raid1 personality registered for level 1
[    6.856071] raid6: sse2x1   gen() 10397 MB/s
[    6.928067] raid6: sse2x1   xor()  6831 MB/s
[    7.000085] raid6: sse2x2   gen() 12356 MB/s
[    7.072064] raid6: sse2x2   xor()  9114 MB/s
[    7.144067] raid6: sse2x4   gen() 16235 MB/s
[    7.216069] raid6: sse2x4   xor() 10714 MB/s
[    7.222415] raid6: using algorithm sse2x4 gen() 16235 MB/s
[    7.229385] raid6: .... xor() 10714 MB/s, rmw enabled
[    7.236380] raid6: using intx1 recovery algorithm
[    7.244900] xor: measuring software checksum speed
[    7.288075]    prefetch64-sse: 17816.000 MB/sec
[    7.332068]    generic_sse: 15990.000 MB/sec
[    7.338568] xor: using function: prefetch64-sse (17816.000 MB/sec)
[    7.349017] async_tx: api initialized (async)
[    7.379407] md: raid6 personality registered for level 6
[    7.386407] md: raid5 personality registered for level 5
[    7.394264] md: raid4 personality registered for level 4
[    7.410822] md: raid10 personality registered for level 10
done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... [    7.504270] Btrfs loaded
Scanning for Btrfs filesystems
done.
Warning: fsck not present, so skipping root file system
[    7.560214] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[    7.661331] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[    7.680392] systemd[1]: Detected virtualization kvm.
[    7.686377] systemd[1]: Detected architecture x86-64.

Welcome to [1mUbuntu 16.04.1 LTS[0m!

[    7.697984] systemd[1]: Set hostname to <ubuntu>.
[    7.704938] systemd[1]: Initializing machine ID from KVM UUID.
[    7.711617] systemd[1]: Installed transient /etc/machine-id file.
[    7.816882] systemd[1]: Listening on LVM2 metadata daemon socket.
[[0;32m  OK  [0m] Listening on LVM2 metadata daemon socket.
[    7.831892] systemd[1]: Listening on udev Control Socket.
[[0;32m  OK  [0m] Listening on udev Control Socket.
[    7.845734] systemd[1]: Listening on LVM2 poll daemon socket.
[[0;32m  OK  [0m] Listening on LVM2 poll daemon socket.
[    7.858296] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[[0;32m  OK  [0m] Started Forward Password Requests to Wall Directory Watch.
[    7.874106] systemd[1]: Reached target User and Group Name Lookups.
[[0;32m  OK  [0m] Reached target User and Group Name Lookups.
[    7.887962] systemd[1]: Reached target Encrypted Volumes.
[[0;32m  OK  [0m] Reached target Encrypted Volumes.
[    7.900535] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[[0;32m  OK  [0m] Set up automount Arbitrary Executab...ats File System Automount Point.
[    7.924202] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[[0;32m  OK  [0m] Listening on /dev/initctl Compatibility Named Pipe.
[    7.940167] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m  OK  [0m] Listening on Journal Socket (/dev/log).
[    7.956152] systemd[1]: Listening on udev Kernel Socket.
[[0;32m  OK  [0m] Listening on udev Kernel Socket.
[    7.969441] systemd[1]: Reached target Swap.
[[0;32m  OK  [0m] Reached target Swap.
[    7.981713] systemd[1]: Listening on Journal Audit Socket.
[[0;32m  OK  [0m] Listening on Journal Audit Socket.
[    7.994419] systemd[1]: Listening on Journal Socket.
[[0;32m  OK  [0m] Listening on Journal Socket.
[    8.007573] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[[0;32m  OK  [0m] Listening on Device-mapper event daemon FIFOs.
[    8.023895] systemd[1]: Listening on Syslog Socket.
[[0;32m  OK  [0m] Listening on Syslog Socket.
[    8.038517] systemd[1]: Created slice User and Session Slice.
[[0;32m  OK  [0m] Created slice User and Session Slice.
[    8.053019] systemd[1]: Created slice System Slice.
[[0;32m  OK  [0m] Created slice System Slice.
[    8.069462] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[    8.085919] systemd[1]: Created slice system-serial\x2dgetty.slice.
[[0;32m  OK  [0m] Created slice system-serial\x2dgetty.slice.
[    8.105321] systemd[1]: Mounting Debug File System...
         Mounting Debug File System...
[    8.126782] systemd[1]: Mounting Huge Pages File System...
         Mounting Huge Pages File System...
[    8.143455] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
         Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...
[    8.167465] systemd[1]: Reached target Slices.
[[0;32m  OK  [0m] Reached target Slices.
[    8.184134] systemd[1]: Starting Load Kernel Modules...
         Starting Load Kernel Modules...
[    8.206995] Loading iSCSI transport class v2.0-870.
[    8.214977] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    8.234290] iscsi: registered transport (tcp)
         Starting Create list of required st... nodes for the current kernel...
[    8.246643] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[    8.272321] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems...
[    8.295868] EXT4-fs (vda1): re-mounted. Opts: (null)
[    8.302257] systemd[1]: Starting Set console keymap...
         Starting Set console keymap...
[    8.320208] systemd[1]: Starting Uncomplicated firewall...
         Starting Uncomplicated firewall...
[    8.340634] iscsi: registered transport (iser)
[    8.346512] systemd[1]: Starting Nameserver information manager...
         Starting Nameserver information manager...
[    8.366847] systemd[1]: Mounted Huge Pages File System.
[[0;32m  OK  [0m] Mounted Huge Pages File System.
[    8.389214] systemd[1]: Mounted Debug File System.
[[0;32m  OK  [0m] Mounted Debug File System.
[    8.409306] systemd[1]: Mounted POSIX Message Queue File System.
[[0;32m  OK  [0m] Mounted POSIX Message Queue File System.
[    8.422489] systemd[1]: Started Journal Service.
[[0;32m  OK  [0m] Started Journal Service.
[[0;32m  OK  [0m] Started Load Kernel Modules.
[[0;32m  OK  [0m] Started Create list of required sta...ce nodes for the current kernel.
[[0;32m  OK  [0m] Started Remount Root and Kernel File Systems.
[[0;32m  OK  [0m] Started Set console keymap.
[[0;32m  OK  [0m] Started Uncomplicated firewall.
[[0;32m  OK  [0m] Started Nameserver information manager.
[[0;32m  OK  [0m] Started LVM2 metadata daemon.
         Starting Load/Save Random Seed...
         Starting Initial cloud-init job (pre-networking)...
         Starting udev Coldplug all Devices...
         Starting Create Static Device Nodes in /dev...
         Starting Apply Kernel Variables...
         Mounting FUSE Control File System...
         Starting Flush Journal to Persistent Storage...
[[0;32m  OK  [0m] Mounted FUSE Control File System.
[[0;32m  OK  [0m] Started Load/Save Random Seed.
[[0;32m  OK  [0m] Started Apply Kernel Variables.
[[0;32m  OK  [0m] Started Create Static Device Nodes in /dev.
[[0;32m  OK  [0m] Started udev Coldplug all Devices.
[[0;32m  OK  [0m] Started Flush Journal to Persistent Storage.
[[0;32m  OK  [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.
         Starting udev Kernel Device Manager...
[[0;32m  OK  [0m] Started udev Kernel Device Manager.
[[0;32m  OK  [0m] Started Dispatch Password Requests to Console Directory Watch.
[[0;32m  OK  [0m] Reached target Local File Systems (Pre).
[[0;32m  OK  [0m] Reached target Local File Systems.
         Starting Tell Plymouth To Write Out Runtime Data...
         Starting Set console font and keymap...
         Starting Commit a transient machine-id on disk...
         Starting Create Volatile Files and Directories...
         Starting LSB: AppArmor initialization...
[[0;32m  OK  [0m] Started Tell Plymouth To Write Out Runtime Data.
[[0;32m  OK  [0m] Started Commit a transient machine-id on disk.
[[0;32m  OK  [0m] Started Create Volatile Files and Directories.
         Starting Network Time Synchronization...
         Starting Update UTMP about System Boot/Shutdown...
[[0;32m  OK  [0m] Started Update UTMP about System Boot/Shutdown.
[[0;32m  OK  [0m] Started Network Time Synchronization.
[[0;32m  OK  [0m] Reached target System Time Synchronized.
[[0;32m  OK  [0m] Found device /dev/ttyS0.
[[0;32m  OK  [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[[0;32m  OK  [0m] Started LSB: AppArmor initialization.[   10.992275] cloud-init[419]: Cloud-init v. 0.7.8 running 'init-local' at Sat, 28 Jan 2017 14:46:14 +0000. Up 10.22 seconds.
[[0;32m  OK  [0m] Started Initial cloud-init job (pre-networking).

[[0;32m  OK  [0m] Reached target Network (Pre).
         Starting Raise network interfaces...
[[0;32m  OK  [0m] Started Set console font and keymap.
[[0;32m  OK  [0m] Created slice system-getty.slice.
[[0;32m  OK  [0m] Started Raise network interfaces.
         Starting Initial cloud-init job (metadata service crawler)...
[[0;32m  OK  [0m] Reached target Network.
[   25.861803] cloud-init[964]: Cloud-init v. 0.7.8 running 'init' at Sat, 28 Jan 2017 14:46:20 +0000. Up 16.69 seconds.
[   25.877445] cloud-init[964]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++
[   25.892772] cloud-init[964]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+
[   25.909357] cloud-init[964]: ci-info: | Device |  Up  |           Address            |      Mask     | Scope |     Hw-Address    |
[   25.924902] cloud-init[964]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+
[   25.941392] cloud-init[964]: ci-info: |   lo   | True |          127.0.0.1           |   255.0.0.0   |   .   |         .         |
[   25.957346] cloud-init[964]: ci-info: |   lo   | True |           ::1/128            |       .       |  host |         .         |
[[0;32m  OK  [0m[   25.976398] cloud-init[964]: ci-info: |  ens3  | True |           30.0.0.5           | 255.255.255.0 |   .   | fa:16:3e:f4:a8:f7 |] Started Initial cloud-init job (metadata service crawler).
[[0;32m  OK  [0m] Reached target Cloud-config availability.
[
[   25.993103] cloud-init[964]: ci-info: |  ens3  | True | fe80::f816:3eff:fef4:a8f7/64 |       .       |  link | fa:16:3e:f4:a8:f7 |[0;32m  OK  [0m] Reached target System Initialization.
[[0;32m  OK  [0m] 
[   26.005027] cloud-init[964]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+Listening on D-Bus System Message Bus Socket.
[[0;32m  OK  [0m] Listening on UUID daemon activation socket.
[   26.017655] cloud-init[964]: ci-info: ++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++
[[0;32m  OK  [0m] Started Trigger resolvconf update for networkd DNS.

[   26.028993] cloud-init[964]: ci-info: +-------+-----------------+----------+-----------------+-----------+-------+[[0;32m  OK  [0m] Started Daily apt activities.

[[0;32m  OK  [0m] Started ACPI Events Check.[   26.044601] cloud-init[964]: ci-info: | Route |   Destination   | Gateway  |     Genmask     | Interface | Flags |
[[0;32m  OK  [0m] 
[   26.053011] cloud-init[964]: ci-info: +-------+-----------------+----------+-----------------+-----------+-------+Reached target Paths.
[[0;32m  OK  [0m] Listening on ACPID Listen Socket.
[
[   26.065141] cloud-init[964]: ci-info: |   0   |     0.0.0.0     | 30.0.0.1 |     0.0.0.0     |    ens3   |   UG  |[0;32m  OK  [0m] Started Timer to automatically refresh installed snaps.
[[0;32m  OK  [0m] 
[   26.077163] cloud-init[964]: ci-info: |   1   |     30.0.0.0    | 0.0.0.0  |  255.255.255.0  |    ens3   |   U   |Started Daily Cleanup of Temporary Directories.
[[0;32m  OK  [0m] Reached target Timers.

[   26.089295] cloud-init[964]: ci-info: |   2   | 169.254.169.254 | 30.0.0.1 | 255.255.255.255 |    ens3   |  UGH  |
         Starting LXD - unix socket.
         Starting Socket activation for snappy daemon.[   26.101839] cloud-init[964]: ci-info: +-------+-----------------+----------+-----------------+-----------+-------+
[[0;32m  OK  [0m] Reached target Network is Online.

[   26.113241] cloud-init[964]:          Starting iSCSI initiator daemon (iscsid)...
Generating public/private rsa key pair.
[   26.124410] [[0;32m  OK  [0m] Listening on LXD - unix socket.
cloud-init[964]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.[[0;32m  OK  [0m] Listening on Socket activation for snappy daemon.

[   26.144966] cloud-init[964]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.
[[0;32m  OK  [0m] Reached target Sockets.[   26.165293] cloud-init[964]: The key fingerprint is:
[   26.171638] 
[[0;32m  OK  [0m] Reached target Basic System.cloud-init[964]: 
SHA256:ALVZJnNumSEx/TwQOHC81yarST76/cAmTdjtOeUE6Mw root@ubuntuxenialdevs01
         Starting LSB: Record successful boot for GRUB...
[   26.188555] cloud-init[964]: The key's randomart image is:
         Starting /etc/rc.local Compatibility...
[[   26.202216] cloud-init[964]: [0;32m  OK  [0m] Started Deferred execution scheduler.+---[RSA 2048]----+
[   26.214906] cloud-init
         Starting Accounts Service...[964]: |    o+O+*.       |

[   26.226170]          Starting Pollinate to seed the pseudo random number generator...
[[0;32m  OK  [0m] Started ACPI event daemon.cloud-init
[[0;32m  OK  [0m] Started Snappy daemon.
[964]:          Starting Auto import assertions from block devices...
         Starting Login Service...
         Starting System Logging Service...|     o+%o=       |
[[0;32m  OK  [0m] Started Regular background program processing daemon.
         Starting Apply the settings specified in cloud-config...
         Starting LXD - container startup/shutdown...

         Starting LSB: MD monitoring daemon...
[[0;32m  OK  [0m[   26.362831] ] Started D-Bus System Message Bus.
cloud-init[964]: |      +o*=.      |
[   26.396200] cloud-init[964]: |      .Oo.*.     |
[   26.425433] cloud-init[964]: |      ..E+..o    |
[   26.437931] cloud-init[964]: |      .+.. =     |[[0;32m  OK  [0m] Started FUSE filesystem for LXC.
[[0;32m  OK  [0m] Started iSCSI initiator daemon (iscsid).
[[0;32m  OK  [0m] Started /etc/rc.local Compatibility.
[[0;32m  OK  [0m] Started Auto import assertions from block devices.
[[0;32m  OK  [0m] 
[   26.514660] cloud-initStarted System Logging Service.
[964]: [[0;32m  OK  [0m] Started LXD - container startup/shutdown.
|     o.o= + .    |
[   26.595659] cloud-init[964]: [[0;32m  OK  [0m] Started LSB: Record successful boot for GRUB.|      =+ . .     |

[[0;32m  OK  [0m] [   26.672926] cloud-initStarted Login Service.
[964]: [[0;32m  OK  [0m] Started LSB: MD monitoring daemon.
         Starting Authenticate and Authorize Users to Run Privileged Tasks...|    .o.....      |

         [   26.708984] Starting Login to default iSCSI targets...cloud-init
[964]: +----[SHA256]-----+
[[0;32m  OK  [0m] Started Login to default iSCSI targets.
[[0;32m  OK  [0m[   26.777514] cloud-init[964]: Generating public/private dsa key pair.] Reached target Remote File Systems (Pre).
[[0;32m  OK  [0m] Reached target Remote File Systems.
         Starting LSB: daemon to balance interrupts for SMP systems...
         Starting LSB: automatic crash report generation...
[   26.824962] cloud-init
         Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"...[964]: 
         Starting Permit User Sessions...
[[0;32m  OK  [0mYour identification has been saved in /etc/ssh/ssh_host_dsa_key.] Started Authenticate and Authorize Users to Run Privileged Tasks.
[[0;32m  OK  [0m] Started Accounts Service.
[[0;32m  OK  [0m] Started Permit User Sessions.
[   26.891801] 
cloud-init[964]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.         Starting Terminate Plymouth Boot Screen...
         Starting Hold until boot process finishes up...
[[0;32m  OK  [0m] Started LSB: Set the CPU Frequency Scaling governor to "ondemand".
[   26.960092] cloud-init[964]: The key fingerprint is:
[[0;32m  OK  [0m] Started Terminate Plymouth Boot Screen.
[[0;32m  OK  [0m
] Started LSB: daemon to balance interrupts for SMP systems.[   26.984344] cloud-init[964]: SHA256:/5F30AEgWa5h/MdXBxRmwmZltUrUsTCiAfRGeb9Ke0A root@ubuntuxenialdevs01
[[0;32m  OK  [0m] Started Hold until boot process finishes up.
         Starting Set console scheme...

[[0;32m  OK  [0m] Started Getty on tty1.[   27.041621] cloud-init[964]: 
[[0;32m  OK  [0m] Started Serial Getty on ttyS0.The key's randomart image is:
[[0;32m  OK  [0m] Reached target Login Prompts.
[
[   27.065919] cloud-init[964]: [0;32m  OK  [0m] Started LSB: automatic crash report generation.+---[DSA 1024]----+
[[0;32m  OK  [0m] 
Started Set console scheme.
[   27.088530] cloud-init[964]: |      .o.++=oBX+o|
[   27.103137] cloud-init[964]: |        +o=.*=+oo|
[   27.117459] cloud-init[964]: |         B.+.. +o|
[   27.136433] cloud-init[964]: |        o +Eo...+|
[   27.148217] cloud-init[964]: |        S... +o..|
[   27.161344] cloud-init[964]: |         . o.o.. |
[   27.172304] cloud-init[964]: |          o * . .|
[   27.185856] cloud-init[964]: |           + + . |
[   27.200236] cloud-init[964]: |            o    |
[   27.209314] cloud-init[964]: +----[SHA256]-----+
[   27.220246] cloud-init[964]: Generating public/private ecdsa key pair.
[   27.232701] cloud-init[964]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.
[   27.245320] cloud-init[964]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.
[   27.260239] cloud-init[964]: The key fingerprint is:
[   27.270158] cloud-init[964]: SHA256:1PKQN8X4izTcsUYCrY1UjijzvYLR+K5dUNqa8MZc7Mc root@ubuntuxenialdevs01
[   27.285405] cloud-init[964]: The key's randomart image is:
[   27.296233] cloud-init[964]: +---[ECDSA 256]---+
[   27.308242] cloud-init[964]: |        .+.o.    |
[   27.317414] cloud-init[964]: |       ..=+.+    |
[   27.328236] cloud-init[964]: |    o ..B=== o   |
[   27.340432] cloud-init[964]: |     * Bo==.=    |
[   27.350415] cloud-init[964]: |    + = S..+ .   |
[   27.364250] cloud-init[964]: |     O * o. .    |
[   27.373499] cloud-init[964]: |    . X + E      |
[   27.388328] cloud-init[964]: |     + o .       |
[   27.398480] cloud-init[964]: |    ..o          |
[   27.412216] cloud-init[964]: +----[SHA256]-----+
[   27.421800] cloud-init[964]: Generating public/private ed25519 key pair.
[   27.437894] cloud-init[964]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.
[   27.456229] cloud-init[964]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.
[   27.476263] cloud-init[964]: The key fingerprint is:
[   27.488231] cloud-init[964]: SHA256:UVIkVgVrZciSjJP3+9wtvofpNrsPKBxhEF7dxjnqiic root@ubuntuxenialdevs01
[   27.500264] cloud-init[964]: The key's randomart image is:
[   27.513477] cloud-init[964]: +--[ED25519 256]--+
[   27.528359] cloud-init[964]: |       +*BB=+o . |
[   27.540257] cloud-init[964]: |      +o=*o+. *  |
[   27.549377] cloud-init[964]: |       ooo=  o . |
[   27.561946] cloud-init[964]: |         +...    |
[   27.568990] cloud-init[964]: |        S .o     |
[   27.576957] cloud-init[964]: |         .....   |
[   27.584453] cloud-init[964]: |         .o+...+ |
[   27.591090] cloud-init[964]: |        E o.o B.o|
[   27.601201] cloud-init[964]: |         o   +*O.|
[   27.608636] cloud-init[964]: +----[SHA256]-----+
[   27.646962] cloud-init[1114]: Generating locales (this might take a while)...
[[0;32m  OK  [0m] Started Pollinate to seed the pseudo random number generator.
         Starting OpenBSD Secure Shell server...
[[0;32m  OK  [0m] Started OpenBSD Secure Shell server.
[[0;32m  OK  [0m] Reached target Multi-User System.
[[0;32m  OK  [0m] Reached target Graphical Interface.
         Starting Update UTMP about System Runlevel Changes...
[[0;32m  OK  [0m] Started Update UTMP about System Runlevel Changes.
[   28.398090] cloud-init[1114]:   en_US.UTF-8... done
[   28.410309] cloud-init[1114]: Generation complete.
[   29.191365] cloud-init[1114]: Cloud-init v. 0.7.8 running 'modules:config' at Sat, 28 Jan 2017 14:46:31 +0000. Up 27.45 seconds.
[[0;32m  OK  [0m] Started Apply the settings specified in cloud-config.
         Starting Execute cloud user/final scripts...
ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++
ci-info: +---------+-------------------------------------------------+---------+-------------------+
ci-info: | Keytype |                Fingerprint (md5)                | Options |      Comment      |
ci-info: +---------+-------------------------------------------------+---------+-------------------+
ci-info: | ssh-rsa | ae:2c:91:2e:ba:10:28:96:a2:5c:7b:cf:18:2e:1e:bd |    -    | Generated-by-Nova |
ci-info: +---------+-------------------------------------------------+---------+-------------------+
<14>Jan 28 14:46:33 ec2: 
<14>Jan 28 14:46:33 ec2: #############################################################
<14>Jan 28 14:46:33 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----
<14>Jan 28 14:46:33 ec2: 1024 SHA256:/5F30AEgWa5h/MdXBxRmwmZltUrUsTCiAfRGeb9Ke0A root@ubuntuxenialdevs01 (DSA)
<14>Jan 28 14:46:33 ec2: 256 SHA256:1PKQN8X4izTcsUYCrY1UjijzvYLR+K5dUNqa8MZc7Mc root@ubuntuxenialdevs01 (ECDSA)
<14>Jan 28 14:46:33 ec2: 256 SHA256:UVIkVgVrZciSjJP3+9wtvofpNrsPKBxhEF7dxjnqiic root@ubuntuxenialdevs01 (ED25519)
<14>Jan 28 14:46:33 ec2: 2048 SHA256:ALVZJnNumSEx/TwQOHC81yarST76/cAmTdjtOeUE6Mw root@ubuntuxenialdevs01 (RSA)
<14>Jan 28 14:46:33 ec2: -----END SSH HOST KEY FINGERPRINTS-----
<14>Jan 28 14:46:33 ec2: #############################################################
-----BEGIN SSH HOST KEY KEYS-----
ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHio8rYejFgD+ZyZftiMwPAukV5gfC6xrDAfZnRNftK/ZgNK6+3qFDPPjEifPbJZKt0e5vbgFpEH7HZvAV6kTKw= root@ubuntuxenialdevs01
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPV2HUhejjbc7DCD3P+s3wwCLwWNUrgR8usMhUTwk9pc root@ubuntuxenialdevs01
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOeGGJZ1QAvXds3w4ZRSL+laO2DQt3rsEMKr1ppp84uIyCWjryFJ9NDR8/+l+8iDDWXF+kUN3OGQcOr9Yb6gq6Zma1Bq7+Ql/LBxn0qtnOu9ScgHfDboCfvssiBUeulnCvBUq/VFQN29jNGx0pNsNdLC4cPbgY44cwmNSdKvgo/cxMUKDQN2YH6+KczH/jR5EvholCr6aCWXll5XH94EdrsgZ1fS0p2/Rw2CNfyr5INc7sKdHASrR8ndpjjOqLMQ1YvP6eJT1KYodf4ZvqulGuGXXlGKQ4hWoNW2//6t1pOxoA75hJwnJgGBSdKxq/EjJq/dbw61FvIYU8SVgS+SG/ root@ubuntuxenialdevs01
-----END SSH HOST KEY KEYS-----
[   29.760464] cloud-init[1319]: Cloud-init v. 0.7.8 running 'modules:final' at Sat, 28 Jan 2017 14:46:33 +0000. Up 29.50 seconds.
[   29.777555] cloud-init[1319]: Cloud-init v. 0.7.8 finished at Sat, 28 Jan 2017 14:46:33 +0000. Datasource DataSourceOpenStack [net,ver=2].  Up 29.75 seconds
[[0;32m  OK  [0m] Started Execute cloud user/final scripts.
[[0;32m  OK  [0m] Reached target Cloud-init target.

Ubuntu 16.04.1 LTS ubuntuxenialdevs01 ttyS0

ubuntuxenialdevs01 login: 

[root@overcloud-controller-0 ~]# nova list
+--------------------------------------+--------------------+--------+------------+-------------+--------------+
| ID                                   | Name               | Status | Task State | Power State | Networks     |
+--------------------------------------+--------------------+--------+------------+-------------+--------------+
| bc3c8fca-99ec-47ea-9cc6-9a5916f13f2b | UbuntuXenialDevs01 | ACTIVE | -          | Running     | int=30.0.0.5 |
| dcc3a479-eb9e-4f9b-aeca-a820b402c2ac | VF24Devs01         | ACTIVE | -          | Running     | int=30.0.0.9 |
+--------------------------------------+--------------------+--------+------------+-------------+--------------+
[root@overcloud-controller-0 ~]#  neutron port-list --device-id bc3c8fca-99ec-47ea-9cc6-9a5916f13f2b
+---------------------------------+------+-------------------+----------------------------------+
| id                              | name | mac_address       | fixed_ips                        |
+---------------------------------+------+-------------------+----------------------------------+
| 3b637860-3590-4cc0-b682-ac0360c |      | fa:16:3e:f4:a8:f7 | {"subnet_id": "5cfe4bc7-db39-473 |
| e12db                           |      |                   | d-b032-32d0aa6ec9cd",            |
|                                 |      |                   | "ip_address": "30.0.0.5"}        |
+---------------------------------+------+-------------------+----------------------------------+
[root@overcloud-controller-0 ~]# neutron floatingip-create ext-net
Created a new floatingip:
+---------------------+--------------------------------------+
| Field               | Value                                |
+---------------------+--------------------------------------+
| created_at          | 2017-01-28T14:59:29Z                 |
| description         |                                      |
| fixed_ip_address    |                                      |
| floating_ip_address | 192.168.24.102                       |
| floating_network_id | 08ca4516-649b-4b71-956a-e2039cd152f5 |
| id                  | 2df6b8a6-7458-4b92-a01b-87c24510ee4c |
| port_id             |                                      |
| project_id          | 223bec8e0ab244219ea612652abbe24f     |
| revision_number     | 1                                    |
| router_id           |                                      |
| status              | DOWN                                 |
| tenant_id           | 223bec8e0ab244219ea612652abbe24f     |
| updated_at          | 2017-01-28T14:59:29Z                 |
+---------------------+--------------------------------------+

[root@overcloud-controller-0 ~]# neutron floatingip-associate \
2df6b8a6-7458-4b92-a01b-87c24510ee4c 3b637860-3590-4cc0-b682-ac0360ce12db
Associated floating IP 2df6b8a6-7458-4b92-a01b-87c24510ee4c

[root@overcloud-controller-0 ~]# nova list
+--------------------------------------+--------------------+--------+------------+-------------+------------------------------+
| ID                                   | Name               | Status | Task State | Power State | Networks                     |
+--------------------------------------+--------------------+--------+------------+-------------+------------------------------+
| bc3c8fca-99ec-47ea-9cc6-9a5916f13f2b | UbuntuXenialDevs01 | ACTIVE | -          | Running     | int=30.0.0.5, 192.168.24.102 |
| dcc3a479-eb9e-4f9b-aeca-a820b402c2ac | VF24Devs01         | ACTIVE | -          | Running     | int=30.0.0.9                 |
+--------------------------------------+--------------------+--------+------------+-------------+------------------------------+

[root@overcloud-controller-0 ~]# nova list
+--------------------------------------+--------------------+--------+------------+-------------+------------------------------+
| ID                                   | Name               | Status | Task State | Power State | Networks                     |
+--------------------------------------+--------------------+--------+------------+-------------+------------------------------+
| bc3c8fca-99ec-47ea-9cc6-9a5916f13f2b | UbuntuXenialDevs01 | ACTIVE | -          | Running     | int=30.0.0.5, 192.168.24.102 |
| dcc3a479-eb9e-4f9b-aeca-a820b402c2ac | VF24Devs01         | ACTIVE | -          | Running     | int=30.0.0.9                 |
+--------------------------------------+--------------------+--------+------------+-------------+------------------------------+
[root@overcloud-controller-0 ~]# neutron port-list --device-id dcc3a479-eb9e-4f9b-aeca-a820b402c2ac
+---------------------------------+------+-------------------+----------------------------------+
| id                              | name | mac_address       | fixed_ips                        |
+---------------------------------+------+-------------------+----------------------------------+
| 0b87b380-b719-478f-             |      | fa:16:3e:52:bd:00 | {"subnet_id": "5cfe4bc7-db39-473 |
| 9ad3-0b41021bdfba               |      |                   | d-b032-32d0aa6ec9cd",            |
|                                 |      |                   | "ip_address": "30.0.0.9"}        |
+---------------------------------+------+-------------------+----------------------------------+
[root@overcloud-controller-0 ~]# neutron floatingip-create ext-net
Created a new floatingip:
+---------------------+--------------------------------------+
| Field               | Value                                |
+---------------------+--------------------------------------+
| created_at          | 2017-01-28T15:03:16Z                 |
| description         |                                      |
| fixed_ip_address    |                                      |
| floating_ip_address | 192.168.24.105                       |
| floating_network_id | 08ca4516-649b-4b71-956a-e2039cd152f5 |
| id                  | 63432075-eebb-485b-aef9-8fb64b6032ed |
| port_id             |                                      |
| project_id          | 223bec8e0ab244219ea612652abbe24f     |
| revision_number     | 1                                    |
| router_id           |                                      |
| status              | DOWN                                 |
| tenant_id           | 223bec8e0ab244219ea612652abbe24f     |
| updated_at          | 2017-01-28T15:03:16Z                 |
+---------------------+--------------------------------------+

[root@overcloud-controller-0 ~]# neutron floatingip-associate  \
63432075-eebb-485b-aef9-8fb64b6032ed  0b87b380-b719-478f-9ad3-0b41021bdfba
Associated floating IP 63432075-eebb-485b-aef9-8fb64b6032ed

[root@overcloud-controller-0 ~]# nova list
+--------------------------------------+--------------------+--------+------------+-------------+------------------------------+
| ID                                   | Name               | Status | Task State | Power State | Networks                     |
+--------------------------------------+--------------------+--------+------------+-------------+------------------------------+
| bc3c8fca-99ec-47ea-9cc6-9a5916f13f2b | UbuntuXenialDevs01 | ACTIVE | -          | Running     | int=30.0.0.5, 192.168.24.102 |
| dcc3a479-eb9e-4f9b-aeca-a820b402c2ac | VF24Devs01         | ACTIVE | -          | Running     | int=30.0.0.9, 192.168.24.105 |
+--------------------------------------+--------------------+--------+------------+-------------+------------------------------+
 
[root@overcloud-controller-0 ~]# nova console-log VF24Devs01
%G%G[[0;32m  OK  [0m] Started Show Plymouth Boot Screen.
[[0;32m  OK  [0m] Reached target Paths.
[[0;32m  OK  [0m] Started Forward Password Requests to Plymouth Directory Watch.
[[0;32m  OK  [0m] Reached target Basic System.
[[0;32m  OK  [0m] Started File System Check on /dev/d...816-dc18-452e-8d0f-2b34bd1beced.
         Mounting /sysroot...
[[0;32m  OK  [0m] Mounted /sysroot.
[[0;32m  OK  [0m] Reached target Initrd Root File System.
         Starting Reload Configuration from the Real Root...
[[0;32m  OK  [0m] Started Reload Configuration from the Real Root.
         Starting dracut mount hook...
[[0;32m  OK  [0m] Reached target Initrd File Systems.
[[0;32m  OK  [0m] Started dracut mount hook.
[[0;32m  OK  [0m] Reached target Initrd Default Target.
         Starting Cleaning Up and Shutting Down Daemons...
[[0;32m  OK  [0m] Stopped Cleaning Up and Shutting Down Daemons.
[[0;32m  OK  [0m] Stopped target Timers.
[[0;32m  OK  [0m] Stopped target Initrd Default Target.
[[0;32m  OK  [0m] Stopped dracut mount hook.
[[0;32m  OK  [0m] Stopped target Basic System.
[[0;32m  OK  [0m] Stopped target System Initialization.
[[0;32m  OK  [0m] Stopped udev Coldplug all Devices.
[[0;32m  OK  [0m] Stopped target Local File Systems.
[[0;32m  OK  [0m] Stopped target Paths.
[[0;32m  OK  [0m] Stopped dracut cmdline hook.
[[0;32m  OK  [0m] Stopped target Remote File Systems.
         Starting Plymouth switch root service...
         Stopping udev Kernel Device Manager...
[[0;32m  OK  [0m] Stopped target Swap.
[[0;32m  OK  [0m] Stopped target Sockets.
[[0;32m  OK  [0m] Stopped target Remote File Systems (Pre).
[[0;32m  OK  [0m] Stopped target Slices.
[[0;32m  OK  [0m] Stopped Apply Kernel Variables.
[[0;32m  OK  [0m] Stopped udev Kernel Device Manager.
[[0;32m  OK  [0m] Stopped Create Static Device Nodes in /dev.
[[0;32m  OK  [0m] Stopped Create list of required sta...ce nodes for the current kernel.
[[0;32m  OK  [0m] Closed udev Kernel Socket.
[[0;32m  OK  [0m] Closed udev Control Socket.
         Starting Cleanup udevd DB...
[[0;32m  OK  [0m] Started Cleanup udevd DB.
[[0;32m  OK  [0m] Reached target Switch Root.
[[0;32m  OK  [0m] Started Plymouth switch root service.
         Starting Switch Root...
%G%G[    4.297322] cloud-init[397]: Cloud-init v. 0.7.7 running 'init-local' at Sat, 28 Jan 2017 14:53:00 +0000. Up 4.12 seconds.
[    9.498633] cloud-init[712]: Cloud-init v. 0.7.7 running 'init' at Sat, 28 Jan 2017 14:53:02 +0000. Up 6.42 seconds.
[    9.498845] cloud-init[712]: ci-info: +++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++
[    9.498905] cloud-init[712]: ci-info: +--------+------+-----------+---------------+-------+-------------------+
[    9.498959] cloud-init[712]: ci-info: | Device |  Up  |  Address  |      Mask     | Scope |     Hw-Address    |
[    9.499064] cloud-init[712]: ci-info: +--------+------+-----------+---------------+-------+-------------------+
[    9.499142] cloud-init[712]: ci-info: | eth0:  | True |  30.0.0.9 | 255.255.255.0 |   .   | fa:16:3e:52:bd:00 |
[    9.499196] cloud-init[712]: ci-info: | eth0:  | True |     .     |       .       |   d   | fa:16:3e:52:bd:00 |
[    9.499247] cloud-init[712]: ci-info: |  lo:   | True | 127.0.0.1 |   255.0.0.0   |   .   |         .         |
[    9.499298] cloud-init[712]: ci-info: |  lo:   | True |     .     |       .       |   d   |         .         |
[    9.499350] cloud-init[712]: ci-info: +--------+------+-----------+---------------+-------+-------------------+
[    9.499401] cloud-init[712]: ci-info: ++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++
[    9.499452] cloud-init[712]: ci-info: +-------+-----------------+----------+-----------------+-----------+-------+
[    9.499527] cloud-init[712]: ci-info: | Route |   Destination   | Gateway  |     Genmask     | Interface | Flags |
[    9.499581] cloud-init[712]: ci-info: +-------+-----------------+----------+-----------------+-----------+-------+
[    9.499633] cloud-init[712]: ci-info: |   0   |     0.0.0.0     | 30.0.0.1 |     0.0.0.0     |    eth0   |   UG  |
[    9.499725] cloud-init[712]: ci-info: |   1   |     30.0.0.0    | 0.0.0.0  |  255.255.255.0  |    eth0   |   U   |
[    9.499782] cloud-init[712]: ci-info: |   2   | 169.254.169.254 | 30.0.0.1 | 255.255.255.255 |    eth0   |  UGH  |
[    9.499833] cloud-init[712]: ci-info: +-------+-----------------+----------+-----------------+-----------+-------+
[   10.415636] cloud-init[803]: Cloud-init v. 0.7.7 running 'modules:config' at Sat, 28 Jan 2017 14:53:06 +0000. Up 10.17 seconds.
ci-info: ++++++++++Authorized keys from /home/fedora/.ssh/authorized_keys for user fedora+++++++++++
ci-info: +---------+-------------------------------------------------+---------+-------------------+
ci-info: | Keytype |                Fingerprint (md5)                | Options |      Comment      |
ci-info: +---------+-------------------------------------------------+---------+-------------------+
ci-info: | ssh-rsa | ae:2c:91:2e:ba:10:28:96:a2:5c:7b:cf:18:2e:1e:bd |    -    | Generated-by-Nova |
ci-info: +---------+-------------------------------------------------+---------+-------------------+
<14>Jan 28 14:53:06 ec2: 
<14>Jan 28 14:53:06 ec2: #############################################################
<14>Jan 28 14:53:06 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----
<14>Jan 28 14:53:06 ec2: 256 SHA256:R4M5MhRJtc9h0EnO22raPlFsfRYUxOhgEi6P2NWVZjA no comment (ECDSA)
<14>Jan 28 14:53:06 ec2: 256 SHA256:sv975mJWmrgEgS9kUgm4abWdBHbOnMvABubxxSzATdY no comment (ED25519)
<14>Jan 28 14:53:06 ec2: 2048 SHA256:fCJkmY99td3WTdc75lSOiFuiMLdf9td5xrPgDPxsNCU no comment (RSA)
<14>Jan 28 14:53:06 ec2: -----END SSH HOST KEY FINGERPRINTS-----
<14>Jan 28 14:53:06 ec2: #############################################################
-----BEGIN SSH HOST KEY KEYS-----
ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMTdty7buHu4w+hNf4fBuiEP2T9awJQMP4un6Of09WXUcunLfJxodYj8x18xPrkQy9820vcOLXHyyGQlq4Aj0OE= 
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMSbbVNSsIj53G9eBGEI1jGF/QvdpLdLt1VvvTOAQv1k 
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCzMLHGGbkSP26F9oVxEIzENtUQPZus/tC5MXtXHYSOTViKwPyPFOPK3wcQnqJU9oZr/WDgLJfgKy13SE1h/JcubqxxiVg2j4Bs/P8x+tpw5lo2aleqKPfFHSl4iUcokJsWNolqPZvN2SPJm4tYfCy4M/v9UoT4PlJoLqrk5DCN2FYSYCYqcOE7lKCBPMU1uTzLUH3g8aEO29J+cgnaU9y8KFOvmcs/YMBqX4wTJ7u9jyqVHYWcY6ORyMbYOjU4ERjvDi54NKHNl3jkeBsoPttg9IP4mfDXeLVjnmg19PTj5Vaxr3gy0V84Zklwi/0wAhH5vGlt5sk/F4nDXNiaLzh/ 
-----END SSH HOST KEY KEYS-----
[   10.998531] cloud-init[841]: Cloud-init v. 0.7.7 running 'modules:final' at Sat, 28 Jan 2017 14:53:06 +0000. Up 10.79 seconds.
[   11.011293] cloud-init[841]: Cloud-init v. 0.7.7 finished at Sat, 28 Jan 2017 14:53:06 +0000. Datasource DataSourceOpenStack [net,ver=2].  Up 10.99 seconds

Fedora 24 (Cloud Edition)
Kernel 4.5.5-300.fc24.x86_64 on an x86_64 (ttyS0)

vf24devs01 login: 
Fedora 24 (Cloud Edition)
Kernel 4.5.5-300.fc24.x86_64 on an x86_64 (ttyS0)

vf24devs01 login: [[0;32m  OK  [0m] Started Show Plymouth Power Off Screen.
[[0;32m  OK  [0m] Stopped Session 1 of user fedora.
[[0;32m  OK  [0m] Removed slice User Slice of fedora.
         Stopping Login Service...
         Stopping Permit User Sessions...
[[0;32m  OK  [0m] Stopped Login Service.
[[0;32m  OK  [0m] Stopped Permit User Sessions.
[[0;32m  OK  [0m] Stopped target Remote File Systems.
[[0;32m  OK  [0m] Stopped Initial cloud-init job (metadata service crawler).
[[0;32m  OK  [0m] Stopped target Network is Online.
         Stopping LSB: Bring up/down networking...
[[0;32m  OK  [0m] Stopped Initial cloud-init job (pre-networking).
[[0;32m  OK  [0m] Stopped LSB: Bring up/down networking.
[[0;32m  OK  [0m] Stopped target Basic System.
[[0;32m  OK  [0m] Stopped target Slices.
[[0;32m  OK  [0m] Removed slice User and Session Slice.
[[0;32m  OK  [0m] Stopped Forward Password Requests to Plymouth Directory Watch.
[[0;32m  OK  [0m] Stopped dnf makecache timer.
[[0;32m  OK  [0m] Stopped target Paths.
[[0;32m  OK  [0m] Stopped Forward Password Requests to Wall Directory Watch.
[[0;32m  OK  [0m] Stopped target Sockets.
[[0;32m  OK  [0m] Closed D-Bus System Message Bus Socket.
[[0;32m  OK  [0m] Stopped target System Initialization.
[[0;32m  OK  [0m] Stopped Setup Virtual Console.
[[0;32m  OK  [0m] Stopped Apply Kernel Variables.
         Stopping Load/Save Random Seed...
         Stopping Update UTMP about System Boot/Shutdown...
[[0;32m  OK  [0m] Stopped target Encrypted Volumes.
[[0;32m  OK  [0m] Stopped Update is Completed.
[[0;32m  OK  [0m] Stopped Rebuild Dynamic Linker Cache.
[[0;32m  OK  [0m] Stopped Rebuild Journal Catalog.
[[0;32m  OK  [0m] Stopped Rebuild Hardware Database.
[[0;32m  OK  [0m] Stopped target Swap.
[[0;32m  OK  [0m] Stopped Load/Save Random Seed.
[[0;32m  OK  [0m] Stopped Update UTMP about System Boot/Shutdown.
         Stopping Security Auditing Service...
[[0;32m  OK  [0m] Stopped Security Auditing Service.
[[0;32m  OK  [0m] Stopped Create Volatile Files and Directories.
[[0;32m  OK  [0m] Stopped target Local File Systems.
[[0;32m  OK  [0m] Stopped Configure read-only root support.
         Unmounting /run/user/1000...
[[0;32m  OK  [0m] Unmounted /run/user/1000.
[[0;32m  OK  [0m] Reached target Unmount All Filesystems.
[[0;32m  OK  [0m] Stopped target Local File Systems (Pre).
[[0;32m  OK  [0m] Stopped Create Static Device Nodes in /dev.
[[0;32m  OK  [0m] Stopped Create System Users.
[[0;32m  OK  [0m] Stopped Remount Root and Kernel File Systems.
[[0;32m  OK  [0m] Reached target Shutdown.
[ 1610.047706] reboot: Power down
%G%G[[0;32m  OK  [0m] Started Show Plymouth Boot Screen.
[[0;32m  OK  [0m] Started Forward Password Requests to Plymouth Directory Watch.
[[0;32m  OK  [0m] Reached target Paths.
[[0;32m  OK  [0m] Reached target Basic System.
[[0;32m  OK  [0m] Started File System Check on /dev/d...816-dc18-452e-8d0f-2b34bd1beced.
         Mounting /sysroot...
[[0;32m  OK  [0m] Mounted /sysroot.
[[0;32m  OK  [0m] Reached target Initrd Root File System.
         Starting Reload Configuration from the Real Root...
[[0;32m  OK  [0m] Started Reload Configuration from the Real Root.
[[0;32m  OK  [0m] Reached target Initrd File Systems.
[[0;32m  OK  [0m] Reached target Initrd Default Target.
         Starting Cleaning Up and Shutting Down Daemons...
[[0;32m  OK  [0m] Stopped Cleaning Up and Shutting Down Daemons.
[[0;32m  OK  [0m] Stopped target Timers.
         Starting Plymouth switch root service...
[[0;32m  OK  [0m] Stopped target Initrd Default Target.
[[0;32m  OK  [0m] Stopped target Basic System.
[[0;32m  OK  [0m] Stopped target Slices.
[[0;32m  OK  [0m] Stopped target System Initialization.
[[0;32m  OK  [0m] Stopped udev Coldplug all Devices.
[[0;32m  OK  [0m] Stopped target Swap.
         Stopping udev Kernel Device Manager...
[[0;32m  OK  [0m] Stopped Apply Kernel Variables.
[[0;32m  OK  [0m] Stopped target Sockets.
[[0;32m  OK  [0m] Stopped target Remote File Systems.
[[0;32m  OK  [0m] Stopped target Paths.
[[0;32m  OK  [0m] Stopped target Remote File Systems (Pre).
[[0;32m  OK  [0m] Stopped target Local File Systems.
[[0;32m  OK  [0m] Stopped udev Kernel Device Manager.
[[0;32m  OK  [0m] Stopped Create Static Device Nodes in /dev.
[[0;32m  OK  [0m] Stopped Create list of required sta...ce nodes for the current kernel.
[[0;32m  OK  [0m] Closed udev Kernel Socket.
[[0;32m  OK  [0m] Closed udev Control Socket.
         Starting Cleanup udevd DB...
[[0;32m  OK  [0m] Started Cleanup udevd DB.
[[0;32m  OK  [0m] Reached target Switch Root.
[[0;32m  OK  [0m] Started Plymouth switch root service.
         Starting Switch Root...
%G%G[    4.039407] cloud-init[316]: Cloud-init v. 0.7.7 running 'init-local' at Sat, 28 Jan 2017 15:20:19 +0000. Up 3.80 seconds.
[    8.829555] cloud-init[589]: Cloud-init v. 0.7.7 running 'init' at Sat, 28 Jan 2017 15:20:21 +0000. Up 5.96 seconds.
[    8.829694] cloud-init[589]: ci-info: +++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++
[    8.829764] cloud-init[589]: ci-info: +--------+------+-----------+---------------+-------+-------------------+
[    8.829824] cloud-init[589]: ci-info: | Device |  Up  |  Address  |      Mask     | Scope |     Hw-Address    |
[    8.829879] cloud-init[589]: ci-info: +--------+------+-----------+---------------+-------+-------------------+
[    8.829936] cloud-init[589]: ci-info: | eth0:  | True |  30.0.0.9 | 255.255.255.0 |   .   | fa:16:3e:52:bd:00 |
[    8.829991] cloud-init[589]: ci-info: | eth0:  | True |     .     |       .       |   d   | fa:16:3e:52:bd:00 |
[    8.830127] cloud-init[589]: ci-info: |  lo:   | True | 127.0.0.1 |   255.0.0.0   |   .   |         .         |
[    8.830186] cloud-init[589]: ci-info: |  lo:   | True |     .     |       .       |   d   |         .         |
[    8.830284] cloud-init[589]: ci-info: +--------+------+-----------+---------------+-------+-------------------+
[    8.830348] cloud-init[589]: ci-info: ++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++
[    8.830403] cloud-init[589]: ci-info: +-------+-----------------+----------+-----------------+-----------+-------+
[    8.830455] cloud-init[589]: ci-info: | Route |   Destination   | Gateway  |     Genmask     | Interface | Flags |
[    8.830507] cloud-init[589]: ci-info: +-------+-----------------+----------+-----------------+-----------+-------+
[    8.830560] cloud-init[589]: ci-info: |   0   |     0.0.0.0     | 30.0.0.1 |     0.0.0.0     |    eth0   |   UG  |
[    8.830627] cloud-init[589]: ci-info: |   1   |     30.0.0.0    | 0.0.0.0  |  255.255.255.0  |    eth0   |   U   |
[    8.830707] cloud-init[589]: ci-info: |   2   | 169.254.169.254 | 30.0.0.1 | 255.255.255.255 |    eth0   |  UGH  |
[    8.830763] cloud-init[589]: ci-info: +-------+-----------------+----------+-----------------+-----------+-------+
[    9.636991] cloud-init[644]: Cloud-init v. 0.7.7 running 'modules:config' at Sat, 28 Jan 2017 15:20:25 +0000. Up 9.53 seconds.
[   10.048390] cloud-init[659]: Cloud-init v. 0.7.7 running 'modules:final' at Sat, 28 Jan 2017 15:20:25 +0000. Up 9.96 seconds.
[   10.058096] cloud-init[659]: Cloud-init v. 0.7.7 finished at Sat, 28 Jan 2017 15:20:25 +0000. Datasource DataSourceOpenStack [net,ver=2].  Up 10.03 seconds

Fedora 24 (Cloud Edition)
Kernel 4.9.5-100.fc24.x86_64 on an x86_64 (ttyS0)

vf24devs01 login: 
[root@overcloud-controller-0 ~]# 
 
 
 

  Top report on VIRTHOST
 

   *************************************************************
   Managing volumes via python-openstackclient
   *************************************************************

[root@overcloud-controller-0 ~]# openstack image list
+--------------------------------------+------------------+--------+
| ID                                   | Name             | Status |
+--------------------------------------+------------------+--------+
| d4a28b44-19a0-4584-bc72-394e1dbf8a5a | Ubuntu1604-image | active |
| a4ab1a09-6910-4b9d-b5bf-7ae371effc8e | VF24Cloud-image  | active |
+--------------------------------------+------------------+--------+

[root@overcloud-controller-0 ~]# openstack volume create \
  --image a4ab1a09-6910-4b9d-b5bf-7ae371effc8e \
  --size 4 vf24volume
+---------------------+--------------------------------------+
| Field               | Value                                |
+---------------------+--------------------------------------+
| attachments         | []                                   |
| availability_zone   | nova                                 |
| bootable            | false                                |
| consistencygroup_id | None                                 |
| created_at          | 2017-01-29T21:10:53.200901           |
| description         | None                                 |
| encrypted           | False                                |
| id                  | dca09964-a582-40d0-a775-782370631ab9 |
| migration_status    | None                                 |
| multiattach         | False                                |
| name                | vf24volume                           |
| properties          |                                      |
| replication_status  | None                                 |
| size                | 4                                    |
| snapshot_id         | None                                 |
| source_volid        | None                                 |
| status              | creating                             |
| type                | None                                 |
| updated_at          | None                                 |
| user_id             | dcb99b329d2a44689f1b30c04c2f1ff2     |
+---------------------+--------------------------------------+

[root@overcloud-controller-0 ~]# openstack volume list
+------------------------------+--------------+-----------+------+------------------------------+
| ID                           | Display Name | Status    | Size | Attached to                  |
+------------------------------+--------------+-----------+------+------------------------------+
| dca09964-a582-40d0-a775-7823 | vf24volume   | available |    4 |                              |
| 70631ab9                     |              |           |      |                              |
| 92c8d566-1969-40cc-8ebf-     | ubuntuVolume | in-use    |    5 | Attached to UbuntuDevs02 on  |
| 28e53ecf0a92                 |              |           |      | /dev/vda                     |
+------------------------------+--------------+-----------+------+------------------------------+

[root@overcloud-controller-0 ~]# openstack server create --flavor 2 --key-name oskey012917 \
  --volume dca09964-a582-40d0-a775-782370631ab9 \
  --block-device source=volume,id=$dca09964-a582-40d0-a775-782370631ab9,\
  dest=volume,size=4,shutdown=preserve,bootindex=0 \
  --nic net-id=8307e403-81fe-46cb-87ec-eec2dfc8120c VF24Devs02

+--------------------------------------+----------------------------------------------------+
| Field                                | Value                                              |
+--------------------------------------+----------------------------------------------------+
| OS-DCF:diskConfig                    | MANUAL                                             |
| OS-EXT-AZ:availability_zone          |                                                    |
| OS-EXT-SRV-ATTR:host                 | None                                               |
| OS-EXT-SRV-ATTR:hypervisor_hostname  | None                                               |
| OS-EXT-SRV-ATTR:instance_name        | instance-0000000b                                  |
| OS-EXT-STS:power_state               | NOSTATE                                            |
| OS-EXT-STS:task_state                | scheduling                                         |
| OS-EXT-STS:vm_state                  | building                                           |
| OS-SRV-USG:launched_at               | None                                               |
| OS-SRV-USG:terminated_at             | None                                               |
| accessIPv4                           |                                                    |
| accessIPv6                           |                                                    |
| addresses                            |                                                    |
| adminPass                            | pJwTcCZ4h5BM                                       |
| config_drive                         |                                                    |
| created                              | 2017-01-29T21:14:14Z                               |
| flavor                               | m1.small (2)                                       |
| hostId                               |                                                    |
| id                                   | 615c4cdc-5224-48e3-889d-84ddbf2bb000               |
| image                                |                                                    |
| key_name                             | oskey012917                                        |
| name                                 | VF24Devs02                                         |
| os-extended-volumes:volumes_attached | [{u'id': u'dca09964-a582-40d0-a775-782370631ab9'}] |
| progress                             | 0                                                  |
| project_id                           | 65be0bd0396b459183a921a117beb242                   |
| properties                           |                                                    |
| security_groups                      | [{u'name': u'default'}]                            |
| status                               | BUILD                                              |
| updated                              | 2017-01-29T21:14:14Z                               |
| user_id                              | dcb99b329d2a44689f1b30c04c2f1ff2                   |
+--------------------------------------+----------------------------------------------------+
[root@overcloud-controller-0 ~]# nova list
+--------------------------------------+--------------+--------+------------+-------------+-------------------------------+
| ID                                   | Name         | Status | Task State | Power State | Networks                      |
+--------------------------------------+--------------+--------+------------+-------------+-------------------------------+
| ce325f74-2bb2-4e80-99b6-b85632d4be06 | UbuntuDevs02 | ACTIVE | -          | Running     | int=30.0.0.12, 192.168.24.112 |
| 615c4cdc-5224-48e3-889d-84ddbf2bb000 | VF24Devs02   | ACTIVE | -          | Running     | int=30.0.0.5                  |
+--------------------------------------+--------------+--------+------------+-------------+-------------------------------+
[root@overcloud-controller-0 ~]# vgs
  VG             #PV #LV #SN Attr   VSize  VFree
  cinder-volumes   1   2   0 wz--n- 10.04g 1.04g
 
[root@overcloud-controller-0 ~]# openstack volume list
+-------------------------------+--------------+--------+------+--------------------------------+
| ID                            | Display Name | Status | Size | Attached to                    |
+-------------------------------+--------------+--------+------+--------------------------------+
| dca09964-a582-40d0-a775-78237 | vf24volume   | in-use |    4 | Attached to VF24Devs02 on      |
| 0631ab9                       |              |        |      | /dev/vda                       |
| 92c8d566-1969-40cc-8ebf-      | ubuntuVolume | in-use |    5 | Attached to UbuntuDevs02 on    |
| 28e53ecf0a92                  |              |        |      | /dev/vda                       |
+-------------------------------+--------------+--------+------+--------------------------------+
 
[root@overcloud-controller-0 ~]# neutron port-list --device-id 615c4cdc-5224-48e3-889d-84ddbf2bb000
+---------------------------------+------+-------------------+----------------------------------+
| id                              | name | mac_address       | fixed_ips                        |
+---------------------------------+------+-------------------+----------------------------------+
| 436c591d-7327-48d0-adf9-01b7bba |      | fa:16:3e:25:96:8d | {"subnet_id": "8e759df3-f9ec-495 |
| b471c                           |      |                   | 3-95f8-f572f10ea972",            |
|                                 |      |                   | "ip_address": "30.0.0.5"}        |
+---------------------------------+------+-------------------+----------------------------------+
[root@overcloud-controller-0 ~]# neutron floatingip-create ext-net
Created a new floatingip:
+---------------------+--------------------------------------+
| Field               | Value                                |
+---------------------+--------------------------------------+
| created_at          | 2017-01-29T21:16:13Z                 |
| description         |                                      |
| fixed_ip_address    |                                      |
| floating_ip_address | 192.168.24.103                       |
| floating_network_id | ca60f643-c4de-4d3a-a6c6-4a918391d142 |
| id                  | 6f46ea81-7c5d-4333-bada-0f0638050675 |
| port_id             |                                      |
| project_id          | 65be0bd0396b459183a921a117beb242     |
| revision_number     | 1                                    |
| router_id           |                                      |
| status              | DOWN                                 |
| tenant_id           | 65be0bd0396b459183a921a117beb242     |
| updated_at          | 2017-01-29T21:16:13Z                 |
+---------------------+--------------------------------------+
[root@overcloud-controller-0 ~]# neutron floatingip-associate  \
 6f46ea81-7c5d-4333-bada-0f0638050675 436c591d-7327-48d0-adf9-01b7bbab471c

Associated floating IP 6f46ea81-7c5d-4333-bada-0f0638050675
[root@overcloud-controller-0 ~]# nova list
+--------------------------------------+--------------+--------+------------+-------------+-------------------------------+
| ID                                   | Name         | Status | Task State | Power State | Networks                      |
+--------------------------------------+--------------+--------+------------+-------------+-------------------------------+
| ce325f74-2bb2-4e80-99b6-b85632d4be06 | UbuntuDevs02 | ACTIVE | -          | Running     | int=30.0.0.12, 192.168.24.112 |
| 615c4cdc-5224-48e3-889d-84ddbf2bb000 | VF24Devs02   | ACTIVE | -          | Running     | int=30.0.0.5, 192.168.24.103  |
+--------------------------------------+--------------+--------+------------+-------------+-------------------------------+