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 1477143 Details for
Bug 1619217
OSP13 - ODL with new external network - no route to floating ips
[?]
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.
odl with external network - no route to fip of new vm
odl no route to fip of new vms.txt (text/plain), 40.71 KB, created by
Noam Manos
on 2018-08-20 11:20:08 UTC
(
hide
)
Description:
odl with external network - no route to fip of new vm
Filename:
MIME Type:
Creator:
Noam Manos
Created:
2018-08-20 11:20:08 UTC
Size:
40.71 KB
patch
obsolete
>openstack network create --provider-network-type flat --provider-physical-network datacentre --external nova >+---------------------------+--------------------------------------+ >| Field | Value | >+---------------------------+--------------------------------------+ >| admin_state_up | UP | >| availability_zone_hints | | >| availability_zones | | >| created_at | 2018-08-20T10:52:47Z | >| description | | >| dns_domain | None | >| id | 8209b707-7fc7-42eb-84d8-d7d08cca0252 | >| ipv4_address_scope | None | >| ipv6_address_scope | None | >| is_default | False | >| is_vlan_transparent | None | >| mtu | 1500 | >| name | nova | >| port_security_enabled | True | >| project_id | 77e4a85a95644cc5ba2769c39bb9492d | >| provider:network_type | flat | >| provider:physical_network | datacentre | >| provider:segmentation_id | None | >| qos_policy_id | None | >| revision_number | 5 | >| router:external | External | >| segments | None | >| shared | False | >| status | ACTIVE | >| subnets | | >| tags | | >| updated_at | 2018-08-20T10:52:48Z | >+---------------------------+--------------------------------------+ >openstack subnet create --subnet-range 10.0.0.0/24 --network nova --no-dhcp --gateway 10.0.0.1 --allocation-pool start=10.0.0.210,end=10.0.0.250 nova >+-------------------+--------------------------------------+ >| Field | Value | >+-------------------+--------------------------------------+ >| allocation_pools | 10.0.0.210-10.0.0.250 | >| cidr | 10.0.0.0/24 | >| created_at | 2018-08-20T10:52:52Z | >| description | | >| dns_nameservers | | >| enable_dhcp | False | >| gateway_ip | 10.0.0.1 | >| host_routes | | >| id | 8ca4c262-d345-4f27-a583-36b41ef06f17 | >| ip_version | 4 | >| ipv6_address_mode | None | >| ipv6_ra_mode | None | >| name | nova | >| network_id | 8209b707-7fc7-42eb-84d8-d7d08cca0252 | >| project_id | 77e4a85a95644cc5ba2769c39bb9492d | >| revision_number | 0 | >| segment_id | None | >| service_types | | >| subnetpool_id | None | >| tags | | >| updated_at | 2018-08-20T10:52:52Z | >+-------------------+--------------------------------------+ >ext_net=$(openstack network list --external -c Name -f value) > > > >* Creating CirrOS 0.3.5 image: >wget -N https://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img >--2018-08-20 06:52:29-- https://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img >Resolving download.cirros-cloud.net (download.cirros-cloud.net)... 2607:f298:6:a036::bd6:a72a, 64.90.42.85 >Connecting to download.cirros-cloud.net (download.cirros-cloud.net)|2607:f298:6:a036::bd6:a72a|:443... failed: Network is unreachable. >Connecting to download.cirros-cloud.net (download.cirros-cloud.net)|64.90.42.85|:443... connected. >HTTP request sent, awaiting response... 200 OK >Length: 13267968 (13M) [text/plain] >Server file no newer than local file âcirros-0.3.5-x86_64-disk.imgâ -- not retrieving. > >openstack image create --container-format bare --disk-format qcow2 --public --file cirros-0.3.5-x86_64-disk.img cirros35 >+------------------+------------------------------------------------------------------------------+ >| Field | Value | >+------------------+------------------------------------------------------------------------------+ >| checksum | f8ab98ff5e73ebab884d80c9dc9c7290 | >| container_format | bare | >| created_at | 2018-08-20T10:53:01Z | >| disk_format | qcow2 | >| file | /v2/images/a5a35153-84a3-432f-af34-a2dd89d7fb38/file | >| id | a5a35153-84a3-432f-af34-a2dd89d7fb38 | >| min_disk | 0 | >| min_ram | 0 | >| name | cirros35 | >| owner | 77e4a85a95644cc5ba2769c39bb9492d | >| properties | direct_url='swift+config://ref1/glance/a5a35153-84a3-432f-af34-a2dd89d7fb38' | >| protected | False | >| schema | /v2/schemas/image | >| size | 13267968 | >| status | active | >| tags | | >| updated_at | 2018-08-20T10:53:03Z | >| virtual_size | None | >| visibility | public | >+------------------+------------------------------------------------------------------------------+ > >* Creating CirrOS flavor: >flavor=cirros_flavor >openstack flavor create --public $flavor --id auto --ram 512 --disk 1 --vcpus 1 >+----------------------------+--------------------------------------+ >| Field | Value | >+----------------------------+--------------------------------------+ >| OS-FLV-DISABLED:disabled | False | >| OS-FLV-EXT-DATA:ephemeral | 0 | >| disk | 1 | >| id | ec102f8a-a5ff-4452-a0fc-6ffbb0a3c385 | >| name | cirros_flavor | >| os-flavor-access:is_public | True | >| properties | | >| ram | 512 | >| rxtx_factor | 1.0 | >| swap | | >| vcpus | 1 | >+----------------------------+--------------------------------------+ >ssh_user=cirros > >* Creating Router and 1 Networks - each one with both IPv4 and IPv6 Subnets: >openstack router create Router_eNet >+-------------------------+--------------------------------------+ >| Field | Value | >+-------------------------+--------------------------------------+ >| admin_state_up | UP | >| availability_zone_hints | None | >| availability_zones | None | >| created_at | 2018-08-20T10:53:11Z | >| description | | >| distributed | False | >| external_gateway_info | None | >| flavor_id | None | >| ha | False | >| id | c8cd404f-999d-4e0e-9566-6b0c4bba2365 | >| name | Router_eNet | >| project_id | 77e4a85a95644cc5ba2769c39bb9492d | >| revision_number | 0 | >| routes | | >| status | ACTIVE | >| tags | | >| updated_at | 2018-08-20T10:53:11Z | >+-------------------------+--------------------------------------+ >router_id=$(openstack router list | grep -m 1 Router_eNet | cut -d " " -f 2) >for i in `seq 1 $net_num` > >* Creating Network net_ipv64_1: >openstack network create net_ipv64_$i >+---------------------------+--------------------------------------+ >| Field | Value | >+---------------------------+--------------------------------------+ >| admin_state_up | UP | >| availability_zone_hints | | >| availability_zones | | >| created_at | 2018-08-20T10:53:18Z | >| description | | >| dns_domain | None | >| id | 17811b33-2531-41da-8535-7e1ef0ec169a | >| ipv4_address_scope | None | >| ipv6_address_scope | None | >| is_default | False | >| is_vlan_transparent | None | >| mtu | 1450 | >| name | net_ipv64_1 | >| port_security_enabled | True | >| project_id | 77e4a85a95644cc5ba2769c39bb9492d | >| provider:network_type | vxlan | >| provider:physical_network | None | >| provider:segmentation_id | 47 | >| qos_policy_id | None | >| revision_number | 2 | >| router:external | Internal | >| segments | None | >| shared | False | >| status | ACTIVE | >| subnets | | >| tags | | >| updated_at | 2018-08-20T10:53:18Z | >+---------------------------+--------------------------------------+ > >* Creating ipv4 Subnet on net_ipv64_1 - subnet_ipv4_1: >openstack subnet create --subnet-range 10.0.$i.0/24 --network net_ipv64_$i --dhcp subnet_ipv4_$i >+-------------------+--------------------------------------+ >| Field | Value | >+-------------------+--------------------------------------+ >| allocation_pools | 10.0.1.2-10.0.1.254 | >| cidr | 10.0.1.0/24 | >| created_at | 2018-08-20T10:53:22Z | >| description | | >| dns_nameservers | | >| enable_dhcp | True | >| gateway_ip | 10.0.1.1 | >| host_routes | | >| id | 10f8195f-fa32-4223-9a30-f5ee4ea26d13 | >| ip_version | 4 | >| ipv6_address_mode | None | >| ipv6_ra_mode | None | >| name | subnet_ipv4_1 | >| network_id | 17811b33-2531-41da-8535-7e1ef0ec169a | >| project_id | 77e4a85a95644cc5ba2769c39bb9492d | >| revision_number | 0 | >| segment_id | None | >| service_types | | >| subnetpool_id | None | >| tags | | >| updated_at | 2018-08-20T10:53:22Z | >+-------------------+--------------------------------------+ > >* Creating ipv6 Subnet on net_ipv64_1 - subnet_ipv6_1: >openstack subnet create --subnet-range 200$i::/64 --network net_ipv64_$i --ipv6-address-mode slaac --ipv6-ra-mode slaac --ip-version 6 subnet_ipv6_$i >+-------------------+--------------------------------------+ >| Field | Value | >+-------------------+--------------------------------------+ >| allocation_pools | 2001::2-2001::ffff:ffff:ffff:ffff | >| cidr | 2001::/64 | >| created_at | 2018-08-20T10:53:27Z | >| description | | >| dns_nameservers | | >| enable_dhcp | True | >| gateway_ip | 2001::1 | >| host_routes | | >| id | e0958fac-0aaf-4e5e-b9b9-7f88ca9ff1f5 | >| ip_version | 6 | >| ipv6_address_mode | slaac | >| ipv6_ra_mode | slaac | >| name | subnet_ipv6_1 | >| network_id | 17811b33-2531-41da-8535-7e1ef0ec169a | >| project_id | 77e4a85a95644cc5ba2769c39bb9492d | >| revision_number | 0 | >| segment_id | None | >| service_types | | >| subnetpool_id | None | >| tags | | >| updated_at | 2018-08-20T10:53:27Z | >+-------------------+--------------------------------------+ > >* Adding subnet_ipv4_1 and subnet_ipv6_1 to the router: >openstack router add subnet $router_id subnet_ipv4_$i >openstack router add subnet $router_id subnet_ipv6_$i > >* Connecting the router to the external network "nova" > >openstack router set --external-gateway $ext_net $router_id > >* Creating security group rules for group "sec_group" >sec_id=$(openstack security group create sec_group | awk -F'[ \t]*\\|[ \t]*' '/ id / {print $3}') >openstack security group rule create $sec_id --protocol tcp --dst-port 80 --remote-ip 0.0.0.0/0 >+-------------------+--------------------------------------+ >| Field | Value | >+-------------------+--------------------------------------+ >| created_at | 2018-08-20T10:53:57Z | >| description | | >| direction | ingress | >| ether_type | IPv4 | >| id | a3aac60b-f05a-4a1c-867e-d8bc1686191b | >| name | None | >| port_range_max | 80 | >| port_range_min | 80 | >| project_id | 77e4a85a95644cc5ba2769c39bb9492d | >| protocol | tcp | >| remote_group_id | None | >| remote_ip_prefix | 0.0.0.0/0 | >| revision_number | 0 | >| security_group_id | c6ad207b-c79f-450e-bd5c-87b68c98a99d | >| updated_at | 2018-08-20T10:53:57Z | >+-------------------+--------------------------------------+ >openstack security group rule create $sec_id --protocol tcp --dst-port 22 --remote-ip 0.0.0.0/0 >+-------------------+--------------------------------------+ >| Field | Value | >+-------------------+--------------------------------------+ >| created_at | 2018-08-20T10:54:00Z | >| description | | >| direction | ingress | >| ether_type | IPv4 | >| id | aaa28d28-8b11-457d-8181-4c04b5b4fd0b | >| name | None | >| port_range_max | 22 | >| port_range_min | 22 | >| project_id | 77e4a85a95644cc5ba2769c39bb9492d | >| protocol | tcp | >| remote_group_id | None | >| remote_ip_prefix | 0.0.0.0/0 | >| revision_number | 0 | >| security_group_id | c6ad207b-c79f-450e-bd5c-87b68c98a99d | >| updated_at | 2018-08-20T10:54:00Z | >+-------------------+--------------------------------------+ >openstack security group rule create $sec_id --protocol tcp --dst-port 443 --remote-ip 0.0.0.0/0 >+-------------------+--------------------------------------+ >| Field | Value | >+-------------------+--------------------------------------+ >| created_at | 2018-08-20T10:54:04Z | >| description | | >| direction | ingress | >| ether_type | IPv4 | >| id | 5fab1cfe-d2e4-45f7-bcd9-78f007a06856 | >| name | None | >| port_range_max | 443 | >| port_range_min | 443 | >| project_id | 77e4a85a95644cc5ba2769c39bb9492d | >| protocol | tcp | >| remote_group_id | None | >| remote_ip_prefix | 0.0.0.0/0 | >| revision_number | 0 | >| security_group_id | c6ad207b-c79f-450e-bd5c-87b68c98a99d | >| updated_at | 2018-08-20T10:54:04Z | >+-------------------+--------------------------------------+ >openstack security group rule create $sec_id --protocol icmp --dst-port -1 --remote-ip 0.0.0.0/0 >+-------------------+--------------------------------------+ >| Field | Value | >+-------------------+--------------------------------------+ >| created_at | 2018-08-20T10:54:08Z | >| description | | >| direction | ingress | >| ether_type | IPv4 | >| id | af8c13c3-8407-4489-ac3c-e2e2ced6bdb8 | >| name | None | >| port_range_max | None | >| port_range_min | None | >| project_id | 77e4a85a95644cc5ba2769c39bb9492d | >| protocol | icmp | >| remote_group_id | None | >| remote_ip_prefix | 0.0.0.0/0 | >| revision_number | 0 | >| security_group_id | c6ad207b-c79f-450e-bd5c-87b68c98a99d | >| updated_at | 2018-08-20T10:54:08Z | >+-------------------+--------------------------------------+ >openstack security group rule list >+--------------------------------------+-------------+-----------+------------+--------------------------------------+--------------------------------------+ >| ID | IP Protocol | IP Range | Port Range | Remote Security Group | Security Group | >+--------------------------------------+-------------+-----------+------------+--------------------------------------+--------------------------------------+ >| 1cfcb3fd-f31d-4c8f-9268-d0d2d0314342 | None | None | | None | c6ad207b-c79f-450e-bd5c-87b68c98a99d | >| 3c68ef9c-7d0c-4e67-bfdf-6f222c6a6f5f | None | None | | None | 778141e1-0fff-40b6-9970-8776e739ba46 | >| 5fab1cfe-d2e4-45f7-bcd9-78f007a06856 | tcp | 0.0.0.0/0 | 443:443 | None | c6ad207b-c79f-450e-bd5c-87b68c98a99d | >| 6919e926-2c8f-4d1f-8e96-1a9c5a8cc2d1 | None | None | | 778141e1-0fff-40b6-9970-8776e739ba46 | 778141e1-0fff-40b6-9970-8776e739ba46 | >| 71e61f0b-3779-4ae1-9b26-e551546a8e9c | None | None | | 47d996eb-64fa-46fa-ae52-3aaa262e1bee | 47d996eb-64fa-46fa-ae52-3aaa262e1bee | >| 7b57281c-07b5-4ccc-ada8-7ea8ded15614 | None | None | | None | c6ad207b-c79f-450e-bd5c-87b68c98a99d | >| 9bc59929-cefd-4d94-a54e-4dc0a4951bbc | None | None | | None | 47d996eb-64fa-46fa-ae52-3aaa262e1bee | >| a3aac60b-f05a-4a1c-867e-d8bc1686191b | tcp | 0.0.0.0/0 | 80:80 | None | c6ad207b-c79f-450e-bd5c-87b68c98a99d | >| a5e18e61-0f2a-4610-8ac8-f3916487f6b4 | None | None | | 47d996eb-64fa-46fa-ae52-3aaa262e1bee | 47d996eb-64fa-46fa-ae52-3aaa262e1bee | >| aaa28d28-8b11-457d-8181-4c04b5b4fd0b | tcp | 0.0.0.0/0 | 22:22 | None | c6ad207b-c79f-450e-bd5c-87b68c98a99d | >| ac864420-75b3-4f30-bcf7-f5ba7d1bdf51 | None | None | | None | 47d996eb-64fa-46fa-ae52-3aaa262e1bee | >| af8c13c3-8407-4489-ac3c-e2e2ced6bdb8 | icmp | 0.0.0.0/0 | | None | c6ad207b-c79f-450e-bd5c-87b68c98a99d | >| d76de6b0-acf0-4e4f-85cd-072aa921343a | None | None | | 778141e1-0fff-40b6-9970-8776e739ba46 | 778141e1-0fff-40b6-9970-8776e739ba46 | >| ee2701e8-45ea-4145-ac70-9d335b2d0366 | None | None | | None | 778141e1-0fff-40b6-9970-8776e739ba46 | >+--------------------------------------+-------------+-----------+------------+--------------------------------------+--------------------------------------+ > >* Creating openstack key pair to easily login into VMs: >openstack keypair list >grep my_rsa-key >| my_rsa-key | 21:4a:4b:ca:7f:df:5c:af:a5:7d:0a:97:39:07:36:de | >chmod 400 my_key.pem >openstack keypair list >+------------+-------------------------------------------------+ >| Name | Fingerprint | >+------------+-------------------------------------------------+ >| my_rsa-key | 21:4a:4b:ca:7f:df:5c:af:a5:7d:0a:97:39:07:36:de | >+------------+-------------------------------------------------+ > > > >* For each Network - creating 1 VM instances: >for n in `seq 1 $net_num` >for i in `seq 1 $inst_num` >fip=$(openstack floating ip create $ext_net -c floating_ip_address -f value) >image_id=$(openstack image list | grep $image | head -1 | cut -d " " -f 2) >vm_name=${image}_vm${i}_net${n} > >* Creating and booting VM instance: cirros35_vm1_net1, connected to network net_ipv64_1: >openstack server create --flavor $flavor --image $image_id --nic net-id=net_ipv64_$n --security-group $sec_id --key-name my_rsa-key $vm_name 2>&1 >tee _temp.out >+-------------------------------------+------------------------------------------------------+ >| 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 | | >| 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 | w5sRpz8dzgGT | >| config_drive | | >| created | 2018-08-20T10:54:38Z | >| flavor | cirros_flavor (ec102f8a-a5ff-4452-a0fc-6ffbb0a3c385) | >| hostId | | >| id | 309fd8c2-fb2c-4744-9b82-40ea35b392e9 | >| image | cirros35 (a5a35153-84a3-432f-af34-a2dd89d7fb38) | >| key_name | my_rsa-key | >| name | cirros35_vm1_net1 | >| progress | 0 | >| project_id | 77e4a85a95644cc5ba2769c39bb9492d | >| properties | | >| security_groups | name='c6ad207b-c79f-450e-bd5c-87b68c98a99d' | >| status | BUILD | >| updated | 2018-08-20T10:54:38Z | >| user_id | 1d183f42a5fc4909915c58163a457395 | >| volumes_attached | | >+-------------------------------------+------------------------------------------------------+ >vm_id=$(cat _temp.out | awk -F'[ \t]*\\|[ \t]*' '/ id / {print $3}') >openstack server show $vm_id >grep -E 'ACTIVE' -B 5 >sleep 1 >openstack server show $vm_id >grep -E 'ACTIVE' -B 5 >| name | cirros35_vm1_net1 | >| progress | 0 | >| project_id | 77e4a85a95644cc5ba2769c39bb9492d | >| properties | | >| security_groups | name='sec_group' | >| status | ACTIVE | > >* Adding floating ip 10.0.0.214 to cirros35_vm1_net1, and checking connectivity: >openstack server add floating ip $vm_id $fip >sleep 10 >int_ip=$(openstack server list | grep $vm_id | awk '{ gsub(/[,=\|]/, " " ); print $5; }') >port_id=$(openstack floating ip show $fip -c port_id -f value) > >* Setting a name to the port of the new floating ip: "cirros35_vm1_net1_10.0.0.214" >openstack port set $port_id --name "${vm_name}_${fip}" >openstack port show $port_id >+-----------------------+------------------------------------------------------------------------------------------+ >| Field | Value | >+-----------------------+------------------------------------------------------------------------------------------+ >| admin_state_up | UP | >| allowed_address_pairs | | >| binding_host_id | compute-1.localdomain | >| binding_profile | | >| binding_vif_details | | >| binding_vif_type | ovs | >| binding_vnic_type | normal | >| created_at | 2018-08-20T10:54:42Z | >| data_plane_status | None | >| description | | >| device_id | 309fd8c2-fb2c-4744-9b82-40ea35b392e9 | >| device_owner | compute:nova | >| dns_assignment | None | >| dns_name | None | >| extra_dhcp_opts | | >| fixed_ips | ip_address='10.0.1.8', subnet_id='10f8195f-fa32-4223-9a30-f5ee4ea26d13' | >| | ip_address='2001::f816:3eff:fe26:3079', subnet_id='e0958fac-0aaf-4e5e-b9b9-7f88ca9ff1f5' | >| id | 199184ef-9518-46f5-8e1e-2842f4e72fff | >| ip_address | None | >| mac_address | fa:16:3e:26:30:79 | >| name | cirros35_vm1_net1_10.0.0.214 | >| network_id | 17811b33-2531-41da-8535-7e1ef0ec169a | >| option_name | None | >| option_value | None | >| port_security_enabled | True | >| project_id | 77e4a85a95644cc5ba2769c39bb9492d | >| qos_policy_id | None | >| revision_number | 13 | >| security_group_ids | c6ad207b-c79f-450e-bd5c-87b68c98a99d | >| status | ACTIVE | >| subnet_id | None | >| tags | | >| trunk_details | None | >| updated_at | 2018-08-20T10:55:25Z | >+-----------------------+------------------------------------------------------------------------------------------+ > >* Waiting for Port status to be ACTIVE on cirros35_vm1_net1, with internal IP address 10.0.1.8: >openstack port show $port_id >grep -E 'ACTIVE' -B 14 >| fixed_ips | ip_address='10.0.1.8', subnet_id='10f8195f-fa32-4223-9a30-f5ee4ea26d13' | >| | ip_address='2001::f816:3eff:fe26:3079', subnet_id='e0958fac-0aaf-4e5e-b9b9-7f88ca9ff1f5' | >| id | 199184ef-9518-46f5-8e1e-2842f4e72fff | >| ip_address | None | >| mac_address | fa:16:3e:26:30:79 | >| name | cirros35_vm1_net1_10.0.0.214 | >| network_id | 17811b33-2531-41da-8535-7e1ef0ec169a | >| option_name | None | >| option_value | None | >| port_security_enabled | True | >| project_id | 77e4a85a95644cc5ba2769c39bb9492d | >| qos_policy_id | None | >| revision_number | 13 | >| security_group_ids | c6ad207b-c79f-450e-bd5c-87b68c98a99d | >| status | ACTIVE | >ping -w 30 -c 5 ${fip:-NO_FIP} >PING 10.0.0.214 (10.0.0.214) 56(84) bytes of data. >From 10.0.0.36 icmp_seq=10 Destination Host Unreachable >From 10.0.0.36 icmp_seq=11 Destination Host Unreachable >From 10.0.0.36 icmp_seq=12 Destination Host Unreachable >From 10.0.0.36 icmp_seq=13 Destination Host Unreachable > >--- 10.0.0.214 ping statistics --- >13 packets transmitted, 0 received, +4 errors, 100% packet loss, time 12001ms >pipe 4 > >* Generate ssh key to access cirros35_vm1_net1 on 10.0.0.214, and checking ssh uptime: >ssh-keygen -f ~/.ssh/known_hosts -R $fip >Host 10.0.0.214 not found in /home/stack/.ssh/known_hosts >ssh -i my_key.pem -o "StrictHostKeyChecking no" ${ssh_user}@${fip} uptime >ssh: connect to host 10.0.0.214 port 22: No route to host >openstack router list >+--------------------------------------+-------------+--------+-------+-------------+-------+----------------------------------+ >| ID | Name | Status | State | Distributed | HA | Project | >+--------------------------------------+-------------+--------+-------+-------------+-------+----------------------------------+ >| c8cd404f-999d-4e0e-9566-6b0c4bba2365 | Router_eNet | ACTIVE | UP | False | False | 77e4a85a95644cc5ba2769c39bb9492d | >+--------------------------------------+-------------+--------+-------+-------------+-------+----------------------------------+ >openstack port list >+--------------------------------------+------------------------------+-------------------+------------------------------------------------------------------------------------------+--------+ >| ID | Name | MAC Address | Fixed IP Addresses | Status | >+--------------------------------------+------------------------------+-------------------+------------------------------------------------------------------------------------------+--------+ >| 199184ef-9518-46f5-8e1e-2842f4e72fff | cirros35_vm1_net1_10.0.0.214 | fa:16:3e:26:30:79 | ip_address='10.0.1.8', subnet_id='10f8195f-fa32-4223-9a30-f5ee4ea26d13' | ACTIVE | >| | | | ip_address='2001::f816:3eff:fe26:3079', subnet_id='e0958fac-0aaf-4e5e-b9b9-7f88ca9ff1f5' | | >| 28ad39e6-e146-4ea4-8a1a-f1c30110a5f1 | | fa:16:3e:6c:36:c0 | ip_address='10.0.1.3', subnet_id='10f8195f-fa32-4223-9a30-f5ee4ea26d13' | DOWN | >| | | | ip_address='2001::f816:3eff:fe6c:36c0', subnet_id='e0958fac-0aaf-4e5e-b9b9-7f88ca9ff1f5' | | >| 4703f92e-082d-4b5a-abda-4e2793a7be12 | | fa:16:3e:b8:11:fe | ip_address='10.0.0.213', subnet_id='8ca4c262-d345-4f27-a583-36b41ef06f17' | DOWN | >| 8325f067-58e2-4cee-baf4-9be202135e7f | | fa:16:3e:69:68:d3 | ip_address='10.0.0.214', subnet_id='8ca4c262-d345-4f27-a583-36b41ef06f17' | N/A | >| 8bdbe5a0-8a99-4718-838b-7450aa4924be | | fa:16:3e:96:90:68 | ip_address='10.0.1.2', subnet_id='10f8195f-fa32-4223-9a30-f5ee4ea26d13' | ACTIVE | >| | | | ip_address='2001::f816:3eff:fe96:9068', subnet_id='e0958fac-0aaf-4e5e-b9b9-7f88ca9ff1f5' | | >| a75ffe15-0c2c-43d4-922b-9c6f70cf544e | | fa:16:3e:0e:b6:85 | ip_address='10.0.1.4', subnet_id='10f8195f-fa32-4223-9a30-f5ee4ea26d13' | ACTIVE | >| | | | ip_address='2001::f816:3eff:fe0e:b685', subnet_id='e0958fac-0aaf-4e5e-b9b9-7f88ca9ff1f5' | | >| b2b10763-d686-4509-b421-dba9de0a70ca | | fa:16:3e:4e:80:8c | ip_address='10.0.1.1', subnet_id='10f8195f-fa32-4223-9a30-f5ee4ea26d13' | DOWN | >| c6bd553d-2761-4316-b558-6b74e2e2f21c | | fa:16:3e:4f:f4:6d | ip_address='2001::1', subnet_id='e0958fac-0aaf-4e5e-b9b9-7f88ca9ff1f5' | DOWN | >+--------------------------------------+------------------------------+-------------------+------------------------------------------------------------------------------------------+--------+ >openstack server list >+--------------------------------------+-------------------+--------+-------------------------------------------------------------+----------+---------------+ >| ID | Name | Status | Networks | Image | Flavor | >+--------------------------------------+-------------------+--------+-------------------------------------------------------------+----------+---------------+ >| 309fd8c2-fb2c-4744-9b82-40ea35b392e9 | cirros35_vm1_net1 | ACTIVE | net_ipv64_1=10.0.1.8, 2001::f816:3eff:fe26:3079, 10.0.0.214 | cirros35 | cirros_flavor | >+--------------------------------------+-------------------+--------+-------------------------------------------------------------+----------+---------------+ > > >[stack@undercloud-0 ~]$ ping 10.0.0.214 >PING 10.0.0.214 (10.0.0.214) 56(84) bytes of data. > >From 10.0.0.36 icmp_seq=1 Destination Host Unreachable >From 10.0.0.36 icmp_seq=2 Destination Host Unreachable >From 10.0.0.36 icmp_seq=3 Destination Host Unreachable >From 10.0.0.36 icmp_seq=4 Destination Host Unreachable >From 10.0.0.36 icmp_seq=5 Destination Host Unreachable >From 10.0.0.36 icmp_seq=6 Destination Host Unreachable >From 10.0.0.36 icmp_seq=7 Destination Host Unreachable >From 10.0.0.36 icmp_seq=8 Destination Host Unreachable >From 10.0.0.36 icmp_seq=9 Destination Host Unreachable
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 1619217
: 1477143