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 1442420 Details for
Bug 1582878
Error if adding HTTPS member to HTTP pool (until adding another HTTP member)
[?]
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.
Console output
Bug 1582878 - Error if adding HTTPS member to HTTP pool (until adding another HTTP member).txt (text/plain), 20.99 KB, created by
Noam Manos
on 2018-05-27 16:12:55 UTC
(
hide
)
Description:
Console output
Filename:
MIME Type:
Creator:
Noam Manos
Created:
2018-05-27 16:12:55 UTC
Size:
20.99 KB
patch
obsolete
>(tester) 10:35:25.601 [stack@undercloud-0 ~]$ cat /etc/yum.repos.d/latest-installed >13 -p 2018-05-15.2 > >(tester) 10:38:27.709 [stack@undercloud-0 ~]$ int_subnet_id=$(openstack subnet show int_subnet -c id -f value) >(tester) 10:38:34.085 [stack@undercloud-0 ~]$ openstack loadbalancer create --name LB --vip-subnet-id $int_subnet_id >+---------------------+--------------------------------------+ >| Field | Value | >+---------------------+--------------------------------------+ >| admin_state_up | True | >| created_at | 2018-05-27T14:38:59 | >| description | | >| flavor | | >| id | 65882eb6-3620-4afb-839e-e855128897bf | >| listeners | | >| name | LB | >| operating_status | OFFLINE | >| pools | | >| project_id | 200299aeef93499b9453a212d3fdd7cd | >| provider | octavia | >| provisioning_status | PENDING_CREATE | >| updated_at | None | >| vip_address | 192.168.2.35 | >| vip_network_id | 986e1796-a83b-473b-bf5b-c9267d66f555 | >| vip_port_id | 17402591-2db8-4866-88dc-00f1dc270164 | >| vip_qos_policy_id | None | >| vip_subnet_id | a2729003-bf3f-48f9-9501-3273dac65048 | >+---------------------+--------------------------------------+ > >(tester) 10:38:53.357 [stack@undercloud-0 ~]$ . overcloudrc >(overcloud) 10:40:25.131 [stack@undercloud-0 ~]$ openstack loadbalancer amphora list >+--------------------------------------+--------------------------------------+-----------+------------+----------------+--------------+ >| id | loadbalancer_id | status | role | lb_network_ip | ha_ip | >+--------------------------------------+--------------------------------------+-----------+------------+----------------+--------------+ >| eba24aca-58fb-4d31-b137-e277c596151a | 65882eb6-3620-4afb-839e-e855128897bf | ALLOCATED | STANDALONE | 192.168.199.57 | 192.168.2.35 | >+--------------------------------------+--------------------------------------+-----------+------------+----------------+--------------+ > >(overcloud) 11:07:50.466 [stack@undercloud-0 ~]$ . tester_rc >(tester) 11:08:57.967 [stack@undercloud-0 ~]$ openstack loadbalancer listener create --name listenerHTTP1 LB --protocol HTTP --protocol-port 80 >+---------------------------+--------------------------------------+ >| Field | Value | >+---------------------------+--------------------------------------+ >| admin_state_up | True | >| connection_limit | -1 | >| created_at | 2018-05-27T15:09:38 | >| default_pool_id | None | >| default_tls_container_ref | None | >| description | | >| id | d3570f1e-4ba7-4325-b197-84f9a466b4b7 | >| insert_headers | None | >| l7policies | | >| loadbalancers | 65882eb6-3620-4afb-839e-e855128897bf | >| name | listenerHTTP1 | >| operating_status | OFFLINE | >| project_id | 200299aeef93499b9453a212d3fdd7cd | >| protocol | HTTP | >| protocol_port | 80 | >| provisioning_status | PENDING_CREATE | >| sni_container_refs | [] | >| updated_at | None | >+---------------------------+--------------------------------------+ > >(tester) 11:09:30.190 [stack@undercloud-0 ~]$ openstack loadbalancer pool create --name pool_http --lb-algorithm SOURCE_IP --listener listenerHTTP1 --protocol HTTP >+---------------------+--------------------------------------+ >| Field | Value | >+---------------------+--------------------------------------+ >| admin_state_up | True | >| created_at | 2018-05-27T15:09:45 | >| description | | >| healthmonitor_id | | >| id | 0bb0c497-8d18-4016-aa1e-2bf8e5426c7a | >| lb_algorithm | SOURCE_IP | >| listeners | d3570f1e-4ba7-4325-b197-84f9a466b4b7 | >| loadbalancers | 65882eb6-3620-4afb-839e-e855128897bf | >| members | | >| name | pool_http | >| operating_status | OFFLINE | >| project_id | 200299aeef93499b9453a212d3fdd7cd | >| protocol | HTTP | >| provisioning_status | PENDING_CREATE | >| session_persistence | None | >| updated_at | None | >+---------------------+--------------------------------------+ > >(tester) 11:09:37.328 [stack@undercloud-0 ~]$ openstack loadbalancer listener create --name listenerHTTPS1 LB --protocol HTTPS --protocol-port 443 --default-pool pool_http >+---------------------------+--------------------------------------+ >| Field | Value | >+---------------------------+--------------------------------------+ >| admin_state_up | True | >| connection_limit | -1 | >| created_at | 2018-05-27T15:10:18 | >| default_pool_id | 0bb0c497-8d18-4016-aa1e-2bf8e5426c7a | >| default_tls_container_ref | None | >| description | | >| id | 8b9722f8-fdd3-4ecb-885c-3aefe3383ff9 | >| insert_headers | None | >| l7policies | | >| loadbalancers | 65882eb6-3620-4afb-839e-e855128897bf | >| name | listenerHTTPS1 | >| operating_status | OFFLINE | >| project_id | 200299aeef93499b9453a212d3fdd7cd | >| protocol | HTTPS | >| protocol_port | 443 | >| provisioning_status | PENDING_CREATE | >| sni_container_refs | [] | >| updated_at | 2018-05-27T15:10:18 | >+---------------------------+--------------------------------------+ > >(tester) 11:10:09.659 [stack@undercloud-0 ~]$ openstack loadbalancer healthmonitor create --delay 5 --max-retries 4 --timeout 10 --type PING --name ping_monitor pool_http >+---------------------+--------------------------------------+ >| Field | Value | >+---------------------+--------------------------------------+ >| project_id | 200299aeef93499b9453a212d3fdd7cd | >| name | ping_monitor | >| admin_state_up | True | >| pools | 0bb0c497-8d18-4016-aa1e-2bf8e5426c7a | >| created_at | 2018-05-27T15:10:51 | >| provisioning_status | PENDING_CREATE | >| updated_at | None | >| delay | 5 | >| expected_codes | 200 | >| max_retries | 4 | >| http_method | GET | >| timeout | 10 | >| max_retries_down | 3 | >| url_path | / | >| type | PING | >| id | d07540a8-e2b7-4d6f-b79f-9de546f025ee | >| operating_status | OFFLINE | >+---------------------+--------------------------------------+ > >(tester) 11:10:42.982 [stack@undercloud-0 ~]$ openstack loadbalancer healthmonitor list >+--------------------------------------+--------------+----------------------------------+------+----------------+ >| id | name | project_id | type | admin_state_up | >+--------------------------------------+--------------+----------------------------------+------+----------------+ >| d07540a8-e2b7-4d6f-b79f-9de546f025ee | ping_monitor | 200299aeef93499b9453a212d3fdd7cd | PING | True | >+--------------------------------------+--------------+----------------------------------+------+----------------+ > >(tester) 11:10:56.802 [stack@undercloud-0 ~]$ vm_name=vm-rht-1 >(tester) 11:13:01.640 [stack@undercloud-0 ~]$ vm_port=80 >(tester) 11:13:09.988 [stack@undercloud-0 ~]$ int_subnet_id=$(openstack subnet show int_subnet -c id -f value) >(tester) 11:13:55.971 [stack@undercloud-0 ~]$ vm_ip=$(openstack server show $vm_name -c addresses -f value | cut -d ' ' -f 2) >(tester) 11:14:08.630 [stack@undercloud-0 ~]$ openstack loadbalancer member create --name ${vm_name}_$vm_port --subnet $int_subnet_id --address $vm_ip --protocol-port $vm_port pool_http --monitor-port $vm_port >+---------------------+--------------------------------------+ >| Field | Value | >+---------------------+--------------------------------------+ >| address | 10.0.0.222 | >| admin_state_up | True | >| created_at | 2018-05-27T15:14:56 | >| id | 2a11892e-46c4-46a5-8bd7-87b08453b9d1 | >| name | vm-rht-1_80 | >| operating_status | OFFLINE | >| project_id | 200299aeef93499b9453a212d3fdd7cd | >| protocol_port | 80 | >| provisioning_status | PENDING_CREATE | >| subnet_id | a2729003-bf3f-48f9-9501-3273dac65048 | >| updated_at | None | >| weight | 1 | >| monitor_port | 80 | >| monitor_address | None | >+---------------------+--------------------------------------+ > >(tester) 11:14:48.059 [stack@undercloud-0 ~]$ openstack loadbalancer member list pool_http >+--------------------------------------+-------------+----------------------------------+---------------------+------------+---------------+------------------+--------+ >| id | name | project_id | provisioning_status | address | protocol_port | operating_status | weight | >+--------------------------------------+-------------+----------------------------------+---------------------+------------+---------------+------------------+--------+ >| 2a11892e-46c4-46a5-8bd7-87b08453b9d1 | vm-rht-1_80 | 200299aeef93499b9453a212d3fdd7cd | ACTIVE | 10.0.0.222 | 80 | ONLINE | 1 | >+--------------------------------------+-------------+----------------------------------+---------------------+------------+---------------+------------------+--------+ > >(tester) 11:14:58.651 [stack@undercloud-0 ~]$ vm_name=vm-rht-2 >(tester) 11:18:49.564 [stack@undercloud-0 ~]$ vm_port=443 >(tester) 11:18:50.632 [stack@undercloud-0 ~]$ int_subnet_id=$(openstack subnet show int_subnet -c id -f value) >(tester) 11:18:59.512 [stack@undercloud-0 ~]$ vm_ip=$(openstack server show $vm_name -c addresses -f value | cut -d ' ' -f 2) >(tester) 11:19:20.870 [stack@undercloud-0 ~]$ openstack loadbalancer member create --name ${vm_name}_$vm_port --subnet $int_subnet_id --address $vm_ip --protocol-port $vm_port pool_http --monitor-port $vm_port >+---------------------+--------------------------------------+ >| Field | Value | >+---------------------+--------------------------------------+ >| address | 10.0.0.228 | >| admin_state_up | True | >| created_at | 2018-05-27T15:20:05 | >| id | 5dceb4ef-0393-482d-ba97-e8bff1b066d1 | >| name | vm-rht-2_443 | >| operating_status | OFFLINE | >| project_id | 200299aeef93499b9453a212d3fdd7cd | >| protocol_port | 443 | >| provisioning_status | PENDING_CREATE | >| subnet_id | a2729003-bf3f-48f9-9501-3273dac65048 | >| updated_at | None | >| weight | 1 | >| monitor_port | 443 | >| monitor_address | None | >+---------------------+--------------------------------------+ > >(tester) 11:19:57.030 [stack@undercloud-0 ~]$ openstack loadbalancer member list pool_http >+--------------------------------------+--------------+----------------------------------+---------------------+------------+---------------+------------------+--------+ >| id | name | project_id | provisioning_status | address | protocol_port | operating_status | weight | >+--------------------------------------+--------------+----------------------------------+---------------------+------------+---------------+------------------+--------+ >| 2a11892e-46c4-46a5-8bd7-87b08453b9d1 | vm-rht-1_80 | 200299aeef93499b9453a212d3fdd7cd | ACTIVE | 10.0.0.222 | 80 | ONLINE | 1 | >| 5dceb4ef-0393-482d-ba97-e8bff1b066d1 | vm-rht-2_443 | 200299aeef93499b9453a212d3fdd7cd | ACTIVE | 10.0.0.228 | 443 | ERROR | 1 | >+--------------------------------------+--------------+----------------------------------+---------------------+------------+---------------+------------------+--------+ > >(tester) 11:20:19.534 [stack@undercloud-0 ~]$ vm_port=80 >(tester) 11:20:54.964 [stack@undercloud-0 ~]$ openstack loadbalancer member create --name ${vm_name}_$vm_port --subnet $int_subnet_id --address $vm_ip --protocol-port $vm_port pool_http --monitor-port $vm_port >+---------------------+--------------------------------------+ >| Field | Value | >+---------------------+--------------------------------------+ >| address | 10.0.0.228 | >| admin_state_up | True | >| created_at | 2018-05-27T15:21:24 | >| id | e93e248b-62d2-43f2-b976-654cbe12ce16 | >| name | vm-rht-2_80 | >| operating_status | OFFLINE | >| project_id | 200299aeef93499b9453a212d3fdd7cd | >| protocol_port | 80 | >| provisioning_status | PENDING_CREATE | >| subnet_id | a2729003-bf3f-48f9-9501-3273dac65048 | >| updated_at | None | >| weight | 1 | >| monitor_port | 80 | >| monitor_address | None | >+---------------------+--------------------------------------+ > >(tester) 11:21:16.353 [stack@undercloud-0 ~]$ openstack loadbalancer member list pool_http >+--------------------------------------+--------------+----------------------------------+---------------------+------------+---------------+------------------+--------+ >| id | name | project_id | provisioning_status | address | protocol_port | operating_status | weight | >+--------------------------------------+--------------+----------------------------------+---------------------+------------+---------------+------------------+--------+ >| 2a11892e-46c4-46a5-8bd7-87b08453b9d1 | vm-rht-1_80 | 200299aeef93499b9453a212d3fdd7cd | ACTIVE | 10.0.0.222 | 80 | ONLINE | 1 | >| 5dceb4ef-0393-482d-ba97-e8bff1b066d1 | vm-rht-2_443 | 200299aeef93499b9453a212d3fdd7cd | ACTIVE | 10.0.0.228 | 443 | ONLINE | 1 | >| e93e248b-62d2-43f2-b976-654cbe12ce16 | vm-rht-2_80 | 200299aeef93499b9453a212d3fdd7cd | ACTIVE | 10.0.0.228 | 80 | ONLINE | 1 | >+--------------------------------------+--------------+----------------------------------+---------------------+------------+---------------+------------------+--------+ > >(tester) 11:23:17.146 [stack@undercloud-0 ~]$ openstack loadbalancer member delete pool_http vm-rht-2_80 > >(tester) 11:23:31.815 [stack@undercloud-0 ~]$ openstack loadbalancer member list pool_http >+--------------------------------------+--------------+----------------------------------+---------------------+------------+---------------+------------------+--------+ >| id | name | project_id | provisioning_status | address | protocol_port | operating_status | weight | >+--------------------------------------+--------------+----------------------------------+---------------------+------------+---------------+------------------+--------+ >| 2a11892e-46c4-46a5-8bd7-87b08453b9d1 | vm-rht-1_80 | 200299aeef93499b9453a212d3fdd7cd | ACTIVE | 10.0.0.222 | 80 | ONLINE | 1 | >| 5dceb4ef-0393-482d-ba97-e8bff1b066d1 | vm-rht-2_443 | 200299aeef93499b9453a212d3fdd7cd | ACTIVE | 10.0.0.228 | 443 | ONLINE | 1 | >+--------------------------------------+--------------+----------------------------------+---------------------+------------+---------------+------------------+--------+ > >(tester) 11:23:40.958 [stack@undercloud-0 ~]$ openstack loadbalancer member list pool_http >+--------------------------------------+--------------+----------------------------------+---------------------+------------+---------------+------------------+--------+ >| id | name | project_id | provisioning_status | address | protocol_port | operating_status | weight | >+--------------------------------------+--------------+----------------------------------+---------------------+------------+---------------+------------------+--------+ >| 2a11892e-46c4-46a5-8bd7-87b08453b9d1 | vm-rht-1_80 | 200299aeef93499b9453a212d3fdd7cd | ACTIVE | 10.0.0.222 | 80 | ONLINE | 1 | >| 5dceb4ef-0393-482d-ba97-e8bff1b066d1 | vm-rht-2_443 | 200299aeef93499b9453a212d3fdd7cd | ACTIVE | 10.0.0.228 | 443 | ERROR | 1 | >+--------------------------------------+--------------+----------------------------------+---------------------+------------+---------------+------------------+--------+ > >(tester) 11:23:53.679 [stack@undercloud-0 ~]$ openstack loadbalancer pool show pool_http >+---------------------+--------------------------------------+ >| Field | Value | >+---------------------+--------------------------------------+ >| admin_state_up | True | >| created_at | 2018-05-27T15:09:45 | >| description | | >| healthmonitor_id | d07540a8-e2b7-4d6f-b79f-9de546f025ee | >| id | 0bb0c497-8d18-4016-aa1e-2bf8e5426c7a | >| lb_algorithm | SOURCE_IP | >| listeners | 8b9722f8-fdd3-4ecb-885c-3aefe3383ff9 | >| | d3570f1e-4ba7-4325-b197-84f9a466b4b7 | >| loadbalancers | 65882eb6-3620-4afb-839e-e855128897bf | >| members | 2a11892e-46c4-46a5-8bd7-87b08453b9d1 | >| | 5dceb4ef-0393-482d-ba97-e8bff1b066d1 | >| name | pool_http | >| operating_status | DEGRADED | >| project_id | 200299aeef93499b9453a212d3fdd7cd | >| protocol | HTTP | >| provisioning_status | ACTIVE | >| session_persistence | None | >| updated_at | 2018-05-27T15:23:53 | >+---------------------+--------------------------------------+
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 1582878
: 1442420