This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2017-03-08 16:58:53 DEBUG cinder.volume.drivers.zol Updating volume stats _update_volume_stats /usr/lib/python2.7/dist-packages/cinder/volume/drivers/zol.py:231 | |
| 2017-03-08 16:59:46 DEBUG cinder.volume.drivers.zol create_volume(49daf7e1-285a-4734-8ba7-f8f90a1ae26d) => share/VirtualMachines/Blade_Center/volume-49daf7e1-285a-4734-8ba7-f8f90a1ae26d create_volume /usr/lib/python2.7/dist-packages/cinder/volume/drivers/zol.py:209 | |
| 2017-03-08 16:59:49 DEBUG cinder.volume.drivers.zol copy_image_to_volume(volume=49daf7e1-285a-4734-8ba7-f8f90a1ae26d, service=<cinder.image.glance.GlanceImageService object at 0x7fb34a1b45d0>, image=364dac3c-b1a6-402c-956e-aafc50b47c8b) copy_image_to_volume /usr/lib/python2.7/dist-packages/cinder/volume/drivers/zol.py:743 | |
| 2017-03-08 16:59:49 DEBUG cinder.volume.drivers.zol create_export(49daf7e1-285a-4734-8ba7-f8f90a1ae26d) create_export /usr/lib/python2.7/dist-packages/cinder/volume/drivers/zol.py:681 | |
| 2017-03-08 16:59:49 DEBUG cinder.volume.drivers.zol create_export: Trying to share "share |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bladeA01:~# openstack compute service list | egrep -v '^\+|ID ' | sort -k6 | grep bladeA09 | |
| | 22 | nova-consoleauth | bladeA09 | internal | enabled | down | 2017-02-06T10:22:49.000000 | | |
| | 23 | nova-conductor | bladeA09 | internal | enabled | down | 2017-02-06T10:22:52.000000 | | |
| | 25 | nova-scheduler | bladeA09 | internal | enabled | down | 2017-02-06T10:22:56.000000 | | |
| bladeA01:~# mysql --defaults-file=/etc/mysql/debian.cnf nova -e "select * from services where host like 'bladeA09%'" | |
| +---------------------+---------------------+------------+----+----------+------------------+-------------+--------------+----------+---------+-----------------+---------------------+-------------+---------+ | |
| | created_at | updated_at | deleted_at | id | host | binary | topic | report_count | disabled | deleted | disabled_reason | last_seen_up | forced_down | version | | |
| +---------------------+---------------------+------------+----+----------+------------------+-------------+------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bladeA01:~# openstack volume service list | egrep -v '^\+|ID |Binary .* Host' | sort -k4 | grep bladeA09 | |
| | cinder-scheduler | bladeA09 | nova | enabled | down | 2017-02-05T20:09:41.000000 | | |
| | cinder-backup | bladeA09 | nova | enabled | down | 2017-02-05T20:09:44.000000 | | |
| | cinder-volume | bladeA09@lvm | nova | enabled | down | 2017-02-05T20:09:45.000000 | | |
| | cinder-volume | bladeA09@nfs | nova | enabled | down | 2017-02-05T20:09:46.000000 | | |
| | cinder-volume | bladeA09@zol | nova | enabled | down | 2017-02-05T20:09:45.000000 | | |
| bladeA01:~# mysql --defaults-file=/etc/mysql/debian.cnf cinder -e "select * from services where host like 'bladeA09%'" | |
| +---------------------+---------------------+------------+---------+----+--------------+------------------+------------------+--------------+----------+-------------------+-----------------+-------------+---------------------+------------------------+--------------------+--------+-------------------+--------------+ | |
| | created_at | updated_ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| data: | |
| type: string | |
| description: IP address to attach to IP | |
| rec_type: | |
| type: string | |
| description: DNS record type | |
| default: A |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| router: | |
| type: OS::Neutron::Router | |
| properties: | |
| name: infrastructure | |
| distributed: true | |
| ha: false | |
| admin_state_up: true | |
| external_gateway_info: { | |
| external_fixed_ips: [ { subnet: { get_resource: subnet }, ip_address: 10.0.5.1 } ], | |
| network: { get_resource: network }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| domain: | |
| type: OS::Designate::Domain | |
| properties: | |
| description: { list_join: [' - ', [ 'DNS Domain - PTR', { get_param: address } ] ] } | |
| name: { list_join: | |
| ['.', [ | |
| { str_split: ['.', { get_param: address }, 2] }, | |
| { str_split: ['.', { get_param: address }, 1] }, | |
| { str_split: ['.', { get_param: address }, 0] }, | |
| 'in-addr.arpa.' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Updating volume stats _update_volume_stats /usr/lib/python2.7/dist-packages/cinder/volume/drivers/zol.py:231 | |
| create_volume(volume-826bed7f-8d5f-488a-9ea7-2cb96e25a267) => 826bed7f-8d5f-488a-9ea7-2cb96e25a267 create_volume /usr/lib/python2.7/dist-packages/cinder/volume/drivers/zol.py:207 | |
| _find_iscsi_block_device(826bed7f-8d5f-488a-9ea7-2cb96e25a267) _find_iscsi_block_device /usr/lib/python2.7/dist-packages/cinder/volume/drivers/zol.py:556 | |
| copy_image_to_volume: volume_id='826bed7f-8d5f-488a-9ea7-2cb96e25a267', dest='False' copy_image_to_volume /usr/lib/python2.7/dist-packages/cinder/volume/drivers/zol.py:702 | |
| create_export(826bed7f-8d5f-488a-9ea7-2cb96e25a267) create_export /usr/lib/python2.7/dist-packages/cinder/volume/drivers/zol.py:646 | |
| create_export(): Trying to share "share/VirtualMachines/Blade_Center/volume-826bed7f-8d5f-488a-9ea7-2cb96e25a267" create_export /usr/lib/python2.7/dist-packages/cinder/volume/drivers/zol.py:649 | |
| initialize_connection(826bed7f-8d5f-488a-9ea7-2cb96e25a267) initialize_connection /u |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "ResourceRecordSets": [ | |
| { | |
| "Name": "medicinescomplete.io.", | |
| "Type": "NS", | |
| "TTL": 172800, | |
| "ResourceRecords": [ | |
| { | |
| "Value": "ns-753.awsdns-30.net." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| reverse: | |
| type: OS::Designate::Record | |
| properties: | |
| description: { list_join: | |
| [' - ', [ | |
| 'Floating IP DNS Record', | |
| { str_split: | |
| ['.', | |
| { get_attr: [instance, first_address] }, 3] | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| record: | |
| type: OS::Designate::Record | |
| properties: | |
| description: { list_join: | |
| [' - ', [ | |
| 'Floating IP DNS Record', | |
| { list_join: | |
| ['-', [ | |
| { list_join: ['-', [ { get_param: "OS::stack_name" }, 'swarm' ] ] } | |
| { str_split: ['.', { get_attr: [instance, first_address] }, 3] }, |