-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from freyes/jammy-zed-ovn-report
- Loading branch information
Showing
13 changed files
with
2,895 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Tempest validation of OpenStack jammy-zed (OVN) on s390x. | ||
|
||
The tempest smoke tests have passed successfully on this configuration with | ||
the following bugs that required a workaround: | ||
|
||
- [LP: #1994083 - os-brick - "FileNotFoundError: \[Errno 2\] No such file or directory" is raised when dmidecode is not installed](https://launchpad.net/bugs/1994083) | ||
- [LP: #1962381 - charm-nova-compute - Nova Instance Creation Fails with Error: USB is diabled for this domain](https://launchpad.net/bugs/1962381) |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
+ openstack catalog list | ||
+-----------+--------------+-------------------------------------------------------------------------------+ | ||
| Name | Type | Endpoints | | ||
+-----------+--------------+-------------------------------------------------------------------------------+ | ||
| keystone | identity | RegionOne | | ||
| | | internal: https://10.13.3.132:5000/v3 | | ||
| | | RegionOne | | ||
| | | admin: https://10.13.3.132:35357/v3 | | ||
| | | RegionOne | | ||
| | | public: https://10.13.3.132:5000/v3 | | ||
| | | | | ||
| swift | object-store | RegionOne | | ||
| | | internal: https://10.13.3.105:8080/v1/AUTH_f7f0f92e20a94b6c9b75e0b5e5a57638 | | ||
| | | RegionOne | | ||
| | | admin: https://10.13.3.105:8080 | | ||
| | | RegionOne | | ||
| | | public: https://10.13.3.105:8080/v1/AUTH_f7f0f92e20a94b6c9b75e0b5e5a57638 | | ||
| | | | | ||
| s3 | s3 | RegionOne | | ||
| | | public: https://10.13.3.105:8080 | | ||
| | | RegionOne | | ||
| | | internal: https://10.13.3.105:8080 | | ||
| | | RegionOne | | ||
| | | admin: https://10.13.3.105:8080 | | ||
| | | | | ||
| cinderv3 | volumev3 | RegionOne | | ||
| | | internal: https://10.13.3.131:8776/v3/f7f0f92e20a94b6c9b75e0b5e5a57638 | | ||
| | | RegionOne | | ||
| | | admin: https://10.13.3.131:8776/v3/f7f0f92e20a94b6c9b75e0b5e5a57638 | | ||
| | | RegionOne | | ||
| | | public: https://10.13.3.131:8776/v3/f7f0f92e20a94b6c9b75e0b5e5a57638 | | ||
| | | | | ||
| placement | placement | RegionOne | | ||
| | | internal: https://10.13.3.104:8778 | | ||
| | | RegionOne | | ||
| | | public: https://10.13.3.104:8778 | | ||
| | | RegionOne | | ||
| | | admin: https://10.13.3.104:8778 | | ||
| | | | | ||
| neutron | network | RegionOne | | ||
| | | public: https://10.13.3.142:9696 | | ||
| | | RegionOne | | ||
| | | internal: https://10.13.3.142:9696 | | ||
| | | RegionOne | | ||
| | | admin: https://10.13.3.142:9696 | | ||
| | | | | ||
| nova | compute | RegionOne | | ||
| | | admin: https://10.13.3.112:8774/v2.1 | | ||
| | | RegionOne | | ||
| | | public: https://10.13.3.112:8774/v2.1 | | ||
| | | RegionOne | | ||
| | | internal: https://10.13.3.112:8774/v2.1 | | ||
| | | | | ||
| glance | image | RegionOne | | ||
| | | internal: https://10.13.3.141:9292 | | ||
| | | RegionOne | | ||
| | | admin: https://10.13.3.141:9292 | | ||
| | | RegionOne | | ||
| | | public: https://10.13.3.141:9292 | | ||
| | | | | ||
+-----------+--------------+-------------------------------------------------------------------------------+ |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,123 @@ | ||
+ juju run -u ceph-mon/leader -- sudo ceph osd lspools | ||
1 default.rgw.buckets.data | ||
2 default.rgw.control | ||
3 .mgr | ||
4 default.rgw.data.root | ||
5 default.rgw.gc | ||
6 default.rgw.log | ||
7 default.rgw.intent-log | ||
8 default.rgw.meta | ||
9 default.rgw.otp | ||
10 default.rgw.usage | ||
11 default.rgw.users.keys | ||
12 default.rgw.users.email | ||
13 default.rgw.users.swift | ||
14 default.rgw.users.uid | ||
15 default.rgw.buckets.extra | ||
16 default.rgw.buckets.index | ||
17 .rgw.root | ||
18 cinder-ceph | ||
19 glance | ||
|
||
+ juju run -u ceph-mon/leader -- sudo ceph osd df | ||
ID CLASS WEIGHT REWEIGHT SIZE RAW USE DATA OMAP META AVAIL %USE VAR PGS STATUS | ||
0 ssd 0.04030 1.00000 41 GiB 654 MiB 607 MiB 0 B 47 MiB 41 GiB 1.55 0.67 133 up | ||
1 ssd 0.02010 1.00000 21 GiB 654 MiB 607 MiB 0 B 47 MiB 20 GiB 3.09 1.33 133 up | ||
2 ssd 0.02010 1.00000 21 GiB 654 MiB 607 MiB 0 B 47 MiB 20 GiB 3.09 1.33 133 up | ||
TOTAL 83 GiB 1.9 GiB 1.8 GiB 0 B 141 MiB 81 GiB 2.32 | ||
MIN/MAX VAR: 0.67/1.33 STDDEV: 0.77 | ||
|
||
+ juju run -u ceph-mon/leader -- sudo rados -p cinder-ceph ls | ||
rbd_directory | ||
rbd_info | ||
rbd_trash | ||
|
||
+ juju run -u ceph-mon/leader -- sudo rados -p glance ls | ||
rbd_data.1aeb990bf5d8.0000000000000025 | ||
rbd_data.1aeb990bf5d8.000000000000000d | ||
rbd_data.1aeb990bf5d8.000000000000000a | ||
rbd_data.1ad660fbe619.0000000000000010 | ||
rbd_data.1aeb990bf5d8.000000000000000e | ||
rbd_data.1ad660fbe619.000000000000000b | ||
rbd_data.1aeb990bf5d8.0000000000000011 | ||
rbd_data.1aeb990bf5d8.0000000000000009 | ||
rbd_data.1aeb990bf5d8.0000000000000023 | ||
rbd_data.1aeb990bf5d8.0000000000000004 | ||
rbd_data.1ad660fbe619.0000000000000016 | ||
rbd_data.1ad660fbe619.000000000000000e | ||
rbd_data.1aeb990bf5d8.0000000000000000 | ||
rbd_data.1aeb990bf5d8.0000000000000013 | ||
rbd_id.cec59174-8be9-4039-8cf5-bd3a35ed8526 | ||
rbd_data.1ad660fbe619.0000000000000014 | ||
rbd_data.1aeb990bf5d8.0000000000000028 | ||
rbd_data.1ad660fbe619.0000000000000021 | ||
rbd_directory | ||
rbd_data.1ad660fbe619.000000000000001c | ||
rbd_object_map.1ad660fbe619.0000000000000004 | ||
rbd_data.1ad660fbe619.000000000000000a | ||
rbd_data.1ad660fbe619.000000000000000d | ||
rbd_data.1ad660fbe619.000000000000001a | ||
rbd_data.1ad660fbe619.0000000000000013 | ||
rbd_data.1aeb990bf5d8.0000000000000002 | ||
rbd_data.1aeb990bf5d8.0000000000000021 | ||
rbd_data.1ad660fbe619.000000000000001b | ||
rbd_data.1aeb990bf5d8.000000000000001f | ||
rbd_object_map.1ad660fbe619 | ||
rbd_info | ||
rbd_data.1ad660fbe619.0000000000000000 | ||
rbd_data.1aeb990bf5d8.0000000000000017 | ||
rbd_data.1aeb990bf5d8.0000000000000022 | ||
rbd_data.1aeb990bf5d8.0000000000000005 | ||
rbd_data.1aeb990bf5d8.0000000000000024 | ||
rbd_data.1ad660fbe619.0000000000000012 | ||
rbd_id.4a78cdcd-2ad6-4ccc-83dd-0396d4132c4e | ||
rbd_data.1aeb990bf5d8.0000000000000026 | ||
rbd_data.1ad660fbe619.0000000000000006 | ||
rbd_data.1aeb990bf5d8.0000000000000019 | ||
rbd_data.1aeb990bf5d8.000000000000000c | ||
rbd_data.1aeb990bf5d8.0000000000000027 | ||
rbd_data.1ad660fbe619.0000000000000015 | ||
rbd_object_map.1aeb990bf5d8 | ||
rbd_data.1aeb990bf5d8.0000000000000018 | ||
rbd_header.1aeb990bf5d8 | ||
rbd_data.1aeb990bf5d8.0000000000000006 | ||
rbd_data.1ad660fbe619.0000000000000019 | ||
rbd_data.1ad660fbe619.0000000000000017 | ||
rbd_data.1aeb990bf5d8.0000000000000008 | ||
rbd_data.1ad660fbe619.0000000000000001 | ||
rbd_data.1aeb990bf5d8.0000000000000020 | ||
rbd_data.1aeb990bf5d8.0000000000000003 | ||
rbd_data.1aeb990bf5d8.000000000000001e | ||
rbd_data.1aeb990bf5d8.0000000000000007 | ||
rbd_data.1ad660fbe619.000000000000001e | ||
rbd_data.1ad660fbe619.0000000000000008 | ||
rbd_data.1aeb990bf5d8.0000000000000015 | ||
rbd_data.1aeb990bf5d8.000000000000000f | ||
rbd_data.1ad660fbe619.0000000000000004 | ||
rbd_data.1ad660fbe619.0000000000000020 | ||
rbd_data.1aeb990bf5d8.0000000000000016 | ||
rbd_data.1aeb990bf5d8.000000000000001b | ||
rbd_trash | ||
rbd_data.1aeb990bf5d8.000000000000000b | ||
rbd_data.1ad660fbe619.000000000000000c | ||
rbd_data.1ad660fbe619.0000000000000002 | ||
rbd_header.1ad660fbe619 | ||
rbd_data.1ad660fbe619.0000000000000007 | ||
rbd_data.1ad660fbe619.0000000000000022 | ||
rbd_data.1ad660fbe619.0000000000000009 | ||
rbd_data.1ad660fbe619.0000000000000018 | ||
rbd_data.1aeb990bf5d8.000000000000001d | ||
rbd_data.1ad660fbe619.000000000000001d | ||
rbd_data.1ad660fbe619.0000000000000011 | ||
rbd_data.1ad660fbe619.000000000000001f | ||
rbd_object_map.1aeb990bf5d8.0000000000000005 | ||
rbd_data.1aeb990bf5d8.0000000000000012 | ||
rbd_data.1ad660fbe619.0000000000000003 | ||
rbd_data.1aeb990bf5d8.0000000000000010 | ||
rbd_data.1aeb990bf5d8.000000000000001a | ||
rbd_data.1ad660fbe619.000000000000000f | ||
rbd_data.1ad660fbe619.0000000000000005 | ||
rbd_data.1aeb990bf5d8.000000000000001c | ||
rbd_data.1aeb990bf5d8.0000000000000001 | ||
rbd_data.1aeb990bf5d8.0000000000000014 | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
+ openstack hypervisor list | ||
+----+---------------------+-----------------+-----------+-------+ | ||
| ID | Hypervisor Hostname | Hypervisor Type | Host IP | State | | ||
+----+---------------------+-----------------+-----------+-------+ | ||
| 1 | s4lp5 | QEMU | 10.13.3.5 | up | | ||
| 2 | s4lp6 | QEMU | 10.13.3.6 | up | | ||
| 3 | s4lp7 | QEMU | 10.13.3.7 | up | | ||
+----+---------------------+-----------------+-----------+-------+ |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
+ openstack image list | ||
+--------------------------------------+--------------+--------+ | ||
| ID | Name | Status | | ||
+--------------------------------------+--------------+--------+ | ||
| cec59174-8be9-4039-8cf5-bd3a35ed8526 | bionic-s390x | active | | ||
| 4a78cdcd-2ad6-4ccc-83dd-0396d4132c4e | xenial-s390x | active | | ||
+--------------------------------------+--------------+--------+ |
43 changes: 43 additions & 0 deletions
43
s390x/2022-oct/jammy-zed-ovn/multi-lpar/instance_launch.txt
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
+ openstack keypair create --public-key /home/ubuntu/.ssh/id_rsa.pub mykey | ||
ConflictException: 409: Client Error for url: https://10.13.3.112:8774/v2.1/os-keypairs, Key pair 'mykey' already exists. | ||
+ true | ||
++ awk '{print $2}' | ||
++ grep private | ||
++ openstack network list | ||
+ private_network_id=f9f10524-c40b-4e65-96ab-5f140521a63b | ||
+ openstack server create --wait --image bionic-s390x --flavor m1.small --key-name mykey --nic net-id=f9f10524-c40b-4e65-96ab-5f140521a63b my-bionic-s390x | ||
|
||
+-------------------------------------+----------------------------------------------------------+ | ||
| Field | Value | | ||
+-------------------------------------+----------------------------------------------------------+ | ||
| OS-DCF:diskConfig | MANUAL | | ||
| OS-EXT-AZ:availability_zone | nova | | ||
| OS-EXT-SRV-ATTR:host | s4lp5 | | ||
| OS-EXT-SRV-ATTR:hypervisor_hostname | s4lp5 | | ||
| OS-EXT-SRV-ATTR:instance_name | instance-00000029 | | ||
| OS-EXT-STS:power_state | Running | | ||
| OS-EXT-STS:task_state | None | | ||
| OS-EXT-STS:vm_state | active | | ||
| OS-SRV-USG:launched_at | 2022-10-28T15:22:17.000000 | | ||
| OS-SRV-USG:terminated_at | None | | ||
| accessIPv4 | | | ||
| accessIPv6 | | | ||
| addresses | private=172.16.0.178 | | ||
| adminPass | XgvJ5Ts8C7Sb | | ||
| config_drive | | | ||
| created | 2022-10-28T15:22:13Z | | ||
| flavor | m1.small (2) | | ||
| hostId | a79c61499050c606bc5372b5c35fb506a25719ac6913011688a1a341 | | ||
| id | 509f33b3-0e59-413f-8008-074638272186 | | ||
| image | bionic-s390x (cec59174-8be9-4039-8cf5-bd3a35ed8526) | | ||
| key_name | mykey | | ||
| name | my-bionic-s390x | | ||
| progress | 0 | | ||
| project_id | f7f0f92e20a94b6c9b75e0b5e5a57638 | | ||
| properties | | | ||
| security_groups | name='default' | | ||
| status | ACTIVE | | ||
| updated | 2022-10-28T15:22:17Z | | ||
| user_id | d33e0cc45c714d3ebabcbd0183a6baaa | | ||
| volumes_attached | | | ||
+-------------------------------------+----------------------------------------------------------+ |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
++ awk '{print $4}' | ||
++ grep floating_ip_address | ||
++ openstack floating ip create ext_net | ||
+ ip_addr=10.13.3.78 | ||
+ ssh-keygen -f /home/ubuntu/.ssh/known_hosts -R 10.13.3.78 | ||
Host 10.13.3.78 not found in /home/ubuntu/.ssh/known_hosts | ||
+ openstack server add floating ip my-bionic-s390x 10.13.3.78 | ||
More than one server exists with the name 'my-bionic-s390x'. | ||
+ sleep 30 | ||
+ ssh 10.13.3.78 -i /home/ubuntu/.ssh/id_rsa -oStrictHostKeyChecking=accept-new echo SSH works | ||
ssh: connect to host 10.13.3.78 port 22: No route to host | ||
+ openstack server remove floating ip my-bionic-s390x 10.13.3.78 |
Oops, something went wrong.