Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 862999 Details for
Bug 1060340
Unused network namespaces remain after heat stack-delete
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Command output to reproduce
BZ1060340_output.txt (text/plain), 15.93 KB, created by
jliberma@redhat.com
on 2014-02-13 22:02:11 UTC
(
hide
)
Description:
Command output to reproduce
Filename:
MIME Type:
Creator:
jliberma@redhat.com
Created:
2014-02-13 22:02:11 UTC
Size:
15.93 KB
patch
obsolete
>[root@rhos1 bz1064889]# sh 8_post_foreman.sh >+ source /root/keystonerc_admin >++ export OS_USERNAME=admin >++ OS_USERNAME=admin >++ export OS_TENANT_NAME=admin >++ OS_TENANT_NAME=admin >++ export OS_PASSWORD=redhat >++ OS_PASSWORD=redhat >++ export OS_AUTH_URL=http://10.16.137.101:35357/v2.0/ >++ OS_AUTH_URL=http://10.16.137.101:35357/v2.0/ >++ export 'PS1=[\u@\h \W(admin)]\$ ' >++ PS1='[\u@\h \W(admin)]\$ ' >+ env >+ grep OS_ >OS_PASSWORD=redhat >OS_AUTH_URL=http://10.16.137.101:35357/v2.0/ >OS_USERNAME=admin >OS_TENANT_NAME=admin >+ glance image-create --name F18-x86_64-cfntools --disk-format qcow2 --container-format bare --is-public True --copy-from http://fedorapeople.org/groups/heat/prebuilt-jeos-images/F18-x86_64-cfntools.qcow2 >+------------------+--------------------------------------+ >| Property | Value | >+------------------+--------------------------------------+ >| checksum | None | >| container_format | bare | >| created_at | 2014-02-13T21:19:08 | >| deleted | False | >| deleted_at | None | >| disk_format | qcow2 | >| id | 94699474-53e0-4ffe-b7a6-d74bb02f7417 | >| is_public | True | >| min_disk | 0 | >| min_ram | 0 | >| name | F18-x86_64-cfntools | >| owner | 476ec01e78054559b7ecf3212a34a889 | >| protected | False | >| size | 513427456 | >| status | queued | >| updated_at | 2014-02-13T21:19:08 | >+------------------+--------------------------------------+ >+ glance image-create --progress --name rhel-server1 --disk-format qcow2 --container-format bare --is-public True --file /pub/projects/rhos/common/images/rhel-guest-image-6.5-20140121.0.x86_64.qcow2 >[=============================>] 100% >+------------------+--------------------------------------+ >| Property | Value | >+------------------+--------------------------------------+ >| checksum | a2eb937350afb65bf907647a8b53f391 | >| container_format | bare | >| created_at | 2014-02-13T21:19:10 | >| deleted | False | >| deleted_at | None | >| disk_format | qcow2 | >| id | f69a01e8-31b4-48a2-8685-01a583ee22f8 | >| is_public | True | >| min_disk | 0 | >| min_ram | 0 | >| name | rhel-server1 | >| owner | 476ec01e78054559b7ecf3212a34a889 | >| protected | False | >| size | 337641472 | >| status | active | >| updated_at | 2014-02-13T21:19:14 | >+------------------+--------------------------------------+ >+ glance image-list >+--------------------------------------+---------------------+-------------+------------------+-----------+--------+ >| ID | Name | Disk Format | Container Format | Size | Status | >+--------------------------------------+---------------------+-------------+------------------+-----------+--------+ >| 94699474-53e0-4ffe-b7a6-d74bb02f7417 | F18-x86_64-cfntools | qcow2 | bare | 513427456 | saving | >| f69a01e8-31b4-48a2-8685-01a583ee22f8 | rhel-server1 | qcow2 | bare | 337641472 | active | >+--------------------------------------+---------------------+-------------+------------------+-----------+--------+ >+ sleep 30 >+ keystone user-create --name refarch --pass refarch >+----------+----------------------------------+ >| Property | Value | >+----------+----------------------------------+ >| email | | >| enabled | True | >| id | e6957b874768478685f55d6d77d679d5 | >| name | refarch | >+----------+----------------------------------+ >+ keystone tenant-create --name refarch-tenant >+-------------+----------------------------------+ >| Property | Value | >+-------------+----------------------------------+ >| description | | >| enabled | True | >| id | 3c915e8fd5e94404a6bd34e7d991519b | >| name | refarch-tenant | >+-------------+----------------------------------+ >+ keystone user-role-add --user-id refarch --tenant-id refarch-tenant --role-id Member >+ keystone user-role-list --user-id refarch --tenant-id refarch-tenant >+----------------------------------+--------+----------------------------------+----------------------------------+ >| id | name | user_id | tenant_id | >+----------------------------------+--------+----------------------------------+----------------------------------+ >| 4fa7316b1c9049d69a4717a77b5595fb | Member | e6957b874768478685f55d6d77d679d5 | 3c915e8fd5e94404a6bd34e7d991519b | >+----------------------------------+--------+----------------------------------+----------------------------------+ >+ cat >+ source /root/keystonerc_refarch >++ export OS_USERNAME=refarch >++ OS_USERNAME=refarch >++ export OS_TENANT_NAME=refarch-tenant >++ OS_TENANT_NAME=refarch-tenant >++ export OS_PASSWORD=refarch >++ OS_PASSWORD=refarch >++ export OS_AUTH_URL=http://172.16.2.101:35357/v2.0/ >++ OS_AUTH_URL=http://172.16.2.101:35357/v2.0/ >++ export 'PS1=[\u@\h \W(refarch_member)]\$ ' >++ PS1='[\u@\h \W(refarch_member)]\$ ' >+ env >+ grep OS_ >OS_PASSWORD=refarch >OS_AUTH_URL=http://172.16.2.101:35357/v2.0/ >OS_USERNAME=refarch >OS_TENANT_NAME=refarch-tenant >+ nova keypair-add refarchkp >+ chmod 600 /root/refarchkp.pem > > > >[root@rhos1 bz1064889(admin)]# heat stack-create private0 --template-file=/pub/projects/rhos/havana/scripts/jliberma/bz1064889/templates/8_public.yaml >+--------------------------------------+------------+--------------------+----------------------+ >| id | stack_name | stack_status | creation_time | >+--------------------------------------+------------+--------------------+----------------------+ >| 7b1a7778-e054-488f-8d31-46cdc52d87e9 | private0 | CREATE_IN_PROGRESS | 2014-02-13T21:49:00Z | >+--------------------------------------+------------+--------------------+----------------------+ >[root@rhos1 bz1064889(admin)]# heat resource-list private0 >+---------------+---------------------+-----------------+----------------------+ >| resource_name | resource_type | resource_status | updated_time | >+---------------+---------------------+-----------------+----------------------+ >| public_net | OS::Neutron::Net | CREATE_COMPLETE | 2014-02-13T21:49:00Z | >| public_subnet | OS::Neutron::Subnet | CREATE_COMPLETE | 2014-02-13T21:49:02Z | >+---------------+---------------------+-----------------+----------------------+ >[root@rhos1 bz1064889(admin)]# neutron net-list >+--------------------------------------+---------+-----------------------------------------------------+ >| id | name | subnets | >+--------------------------------------+---------+-----------------------------------------------------+ >| 107bc23a-fae5-40d8-bcb9-eda6b62c5f85 | ext_net | 49777d7f-b0ca-4322-90de-b7521cf21c3f 10.16.136.0/21 | >+--------------------------------------+---------+-----------------------------------------------------+ >[root@rhos1 bz1064889(admin)]# neutron subnet-list >+--------------------------------------+--------+----------------+----------------------------------------------------+ >| id | name | cidr | allocation_pools | >+--------------------------------------+--------+----------------+----------------------------------------------------+ >| 49777d7f-b0ca-4322-90de-b7521cf21c3f | public | 10.16.136.0/21 | {"start": "10.16.137.112", "end": "10.16.137.114"} | >+--------------------------------------+--------+----------------+----------------------------------------------------+ >[root@rhos1 bz1064889(admin)]# source /root/keystonerc_refarch >[root@rhos1 bz1064889(refarch_member)]# public_net_id=$(neutron net-list | awk ' /ext_net/ { print $2 } ') >[root@rhos1 bz1064889(refarch_member)]# echo $public_net_id >107bc23a-fae5-40d8-bcb9-eda6b62c5f85 >[root@rhos1 bz1064889(refarch_member)]# heat stack-create full0 --template-file=/pub/projects/rhos/havana/scripts/jliberma/bz1064889/templates/8_F18_private.yaml --parameters="public_net_id=$public_net_id" >+--------------------------------------+------------+--------------------+----------------------+ >| id | stack_name | stack_status | creation_time | >+--------------------------------------+------------+--------------------+----------------------+ >| 6d8399f1-9b79-4fdb-8154-521c38ad3123 | full0 | CREATE_IN_PROGRESS | 2014-02-13T21:52:12Z | >+--------------------------------------+------------+--------------------+----------------------+ >[root@rhos1 bz1064889(refarch_member)]# ssh rhos6 ip netns >Warning: Permanently added 'rhos6,10.16.137.106' (RSA) to the list of known hosts. >root@rhos6's password: >qdhcp-53f673eb-a147-49aa-b590-beba2ec561b7 >qrouter-96eb702a-bf57-408a-bf1f-3a9521481a43 >[root@rhos1 bz1064889(refarch_member)]# heat stack-list >+--------------------------------------+------------+-----------------+----------------------+ >| id | stack_name | stack_status | creation_time | >+--------------------------------------+------------+-----------------+----------------------+ >| 6d8399f1-9b79-4fdb-8154-521c38ad3123 | full0 | CREATE_COMPLETE | 2014-02-13T21:52:12Z | >+--------------------------------------+------------+-----------------+----------------------+ >[root@rhos1 bz1064889(refarch_member)]# heat resource-list full0 >+---------------------+------------------------------+-----------------+----------------------+ >| resource_name | resource_type | resource_status | updated_time | >+---------------------+------------------------------+-----------------+----------------------+ >| private_net | OS::Neutron::Net | CREATE_COMPLETE | 2014-02-13T21:52:14Z | >| router | OS::Neutron::Router | CREATE_COMPLETE | 2014-02-13T21:52:14Z | >| wp_security_group | AWS::EC2::SecurityGroup | CREATE_COMPLETE | 2014-02-13T21:52:14Z | >| private_subnet | OS::Neutron::Subnet | CREATE_COMPLETE | 2014-02-13T21:52:15Z | >| router_interface | OS::Neutron::RouterInterface | CREATE_COMPLETE | 2014-02-13T21:52:17Z | >| cinder_volume | OS::Cinder::Volume | CREATE_COMPLETE | 2014-02-13T21:52:18Z | >| server1_port | OS::Neutron::Port | CREATE_COMPLETE | 2014-02-13T21:52:18Z | >| server2_port | OS::Neutron::Port | CREATE_COMPLETE | 2014-02-13T21:52:18Z | >| router_gateway | OS::Neutron::RouterGateway | CREATE_COMPLETE | 2014-02-13T21:52:22Z | >| server2_floating_ip | OS::Neutron::FloatingIP | CREATE_COMPLETE | 2014-02-13T21:52:23Z | >| server1 | OS::Nova::Server | CREATE_COMPLETE | 2014-02-13T21:52:38Z | >| volume_attachment | OS::Cinder::VolumeAttachment | CREATE_COMPLETE | 2014-02-13T21:52:46Z | >| server2 | OS::Nova::Server | CREATE_COMPLETE | 2014-02-13T21:52:58Z | >+---------------------+------------------------------+-----------------+----------------------+ >[root@rhos1 bz1064889(refarch_member)]# heat stack-delete full0 >+--------------------------------------+------------+--------------------+----------------------+ >| id | stack_name | stack_status | creation_time | >+--------------------------------------+------------+--------------------+----------------------+ >| 6d8399f1-9b79-4fdb-8154-521c38ad3123 | full0 | DELETE_IN_PROGRESS | 2014-02-13T21:52:12Z | >+--------------------------------------+------------+--------------------+----------------------+ >[root@rhos1 bz1064889(refarch_member)]# heat stack-list > >[root@rhos1 bz1064889(refarch_member)]# ssh rhos6 ip netns >Warning: Permanently added 'rhos6,10.16.137.106' (RSA) to the list of known hosts. >root@rhos6's password: >qdhcp-53f673eb-a147-49aa-b590-beba2ec561b7 >qrouter-96eb702a-bf57-408a-bf1f-3a9521481a43 >[root@rhos1 bz1064889(refarch_member)]# heat stack-create full1 --template-file=/pub/projects/rhos/havana/scripts/jliberma/bz1064889/templates/8_F18_private.yaml --parameters="public_net_id=$public_net_id" >+--------------------------------------+------------+--------------------+----------------------+ >| id | stack_name | stack_status | creation_time | >+--------------------------------------+------------+--------------------+----------------------+ >| ba3e28f4-7783-4495-98a2-7c42ecea8dbd | full1 | CREATE_IN_PROGRESS | 2014-02-13T21:58:35Z | >+--------------------------------------+------------+--------------------+----------------------+ >[root@rhos1 bz1064889(refarch_member)]# heat stack-list >+--------------------------------------+------------+-----------------+----------------------+ >| id | stack_name | stack_status | creation_time | >+--------------------------------------+------------+-----------------+----------------------+ >| ba3e28f4-7783-4495-98a2-7c42ecea8dbd | full1 | CREATE_COMPLETE | 2014-02-13T21:58:35Z | >+--------------------------------------+------------+-----------------+----------------------+ >[root@rhos1 bz1064889(refarch_member)]# heat resource-list full1 >+---------------------+------------------------------+-----------------+----------------------+ >| resource_name | resource_type | resource_status | updated_time | >+---------------------+------------------------------+-----------------+----------------------+ >| router | OS::Neutron::Router | CREATE_COMPLETE | 2014-02-13T21:58:36Z | >| private_net | OS::Neutron::Net | CREATE_COMPLETE | 2014-02-13T21:58:37Z | >| wp_security_group | AWS::EC2::SecurityGroup | CREATE_COMPLETE | 2014-02-13T21:58:37Z | >| private_subnet | OS::Neutron::Subnet | CREATE_COMPLETE | 2014-02-13T21:58:38Z | >| cinder_volume | OS::Cinder::Volume | CREATE_COMPLETE | 2014-02-13T21:58:40Z | >| router_interface | OS::Neutron::RouterInterface | CREATE_COMPLETE | 2014-02-13T21:58:40Z | >| server1_port | OS::Neutron::Port | CREATE_COMPLETE | 2014-02-13T21:58:40Z | >| server2_port | OS::Neutron::Port | CREATE_COMPLETE | 2014-02-13T21:58:40Z | >| router_gateway | OS::Neutron::RouterGateway | CREATE_COMPLETE | 2014-02-13T21:58:44Z | >| server2_floating_ip | OS::Neutron::FloatingIP | CREATE_COMPLETE | 2014-02-13T21:58:45Z | >| server1 | OS::Nova::Server | CREATE_COMPLETE | 2014-02-13T21:58:59Z | >| volume_attachment | OS::Cinder::VolumeAttachment | CREATE_COMPLETE | 2014-02-13T21:59:07Z | >| server2 | OS::Nova::Server | CREATE_COMPLETE | 2014-02-13T21:59:20Z | >+---------------------+------------------------------+-----------------+----------------------+ >[root@rhos1 bz1064889(refarch_member)]# ssh rhos6 ip netns >Warning: Permanently added 'rhos6,10.16.137.106' (RSA) to the list of known hosts. >root@rhos6's password: >qdhcp-cb1e3f24-e332-4c46-b797-9b4bf03d38c4 >qrouter-6e56f566-ba0f-4b56-81dc-a941f0d9b387 >qdhcp-53f673eb-a147-49aa-b590-beba2ec561b7 >qrouter-96eb702a-bf57-408a-bf1f-3a9521481a43 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1060340
:
858760
| 862999