Skip to content

Instantly share code, notes, and snippets.

@KevoTran
KevoTran / ci_log
Created September 20, 2016 16:57
CI only installing neutron on one controller
06:30:38 PLAY [neutron control plane] **************************************************
06:30:38 Monday 19 September 2016 06:32:05 +0000 (0:00:00.036) 0:41:01.433 ******
06:30:38 ===============================================================================
06:30:38
06:30:38 TASK: [openstack-database | Install python-mysqldb] ***************************
06:30:38 Monday 19 September 2016 06:32:05 +0000 (0:00:00.001) 0:41:01.435 ******
06:30:39
ok: [uat-dal09-compute-175 -> uat-dal09-compute-177]
06:30:39
@KevoTran
KevoTran / loca.conf
Created July 5, 2016 21:23
local.conf for lbaas v1 horizon
===== START localrc =====
[[local|localrc]]
# The name of the RECLONE environment variable is a bit misleading. It doesn't actually
# reclone repositories, rather it uses git fetch to make sure the repos are current.
#RECLONE=True
@KevoTran
KevoTran / patch_comments.txt
Created June 28, 2016 22:34
comments for pyrrrat-ci and arrrsula
Patch comments
Pyrrrate-ci
Add new values for octavia
Added and modified values in defaults-2.0, vagrant-threenode/hosts,
and project-list to enable/configure octavia
Set neutron.lbaas.enabled = octavia by default
Added octavia to project-list
@KevoTran
KevoTran / local.conf
Created June 28, 2016 19:19
local.conf for devstack octavia ovn
[[local|localrc]]
DATABASE_PASSWORD=password
RABBIT_PASSWORD=password
SERVICE_PASSWORD=password
SERVICE_TOKEN=password
ADMIN_PASSWORD=password
# The DevStack plugin defaults to using the ovn branch from the official ovs
# repo. You can optionally use a different one. For example, you may want to
@KevoTran
KevoTran / local.conf
Created June 28, 2016 17:22
local.conf for ovn all in one controller devstack with barbican
[[local|localrc]]
DATABASE_PASSWORD=password
RABBIT_PASSWORD=password
SERVICE_PASSWORD=password
SERVICE_TOKEN=password
ADMIN_PASSWORD=password
HOST_IP=192.168.12.109
SERVICE_HOST=192.168.12.109
"hm_port": {
"changed": false,
"id": "7a80b033-5ea5-42cf-bffc-f0bce4ba74a2",
"invocation": {
"module_args": "",
"module_name": "os_port"
},
"port": {
"admin_state_up": true,
"allowed_address_pairs": [],
- name: create hm port
os_port:
name: health-manager-listen-port
network: "{{ lb_mgmt_net }}"
state: present
auth:
auth_url: "{{ endpoints.auth_uri }}"
project_name: admin
username: admin
2016-05-26 22:45:52.918 1369 INFO werkzeug [-] 192.168.0.3 - - [26/May/2016 22:45:52] "POST /0.5/plug/vip/10.200.0.120 HTTP/1.1" 202 -
----------------------------------------
Exception happened during processing of request from ('192.168.0.3', 32842)
Traceback (most recent call last):
File "/usr/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock
self.process_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 321, in process_request
self.finish_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
self.RequestHandlerClass(request, client_address, self)
016-05-26 22:45:41.991 32561 WARNING octavia.amphorae.drivers.haproxy.rest_api_driver [-] Could not connect to instance. Retrying.
2016-05-26 22:45:53.001 32561 WARNING octavia.amphorae.drivers.haproxy.rest_api_driver [-] Could not connect to instance. Retrying.
2016-05-26 22:45:56.673 32561 WARNING octavia.controller.worker.controller_worker [-] Task 'octavia.controller.worker.tasks.amphora_driver_tasks.AmphoraPostVIPPlug' (0cdf3464-aeb6-47ce-82cf-cb37c7289363) transitioned into state 'FAILURE' from state 'RUNNING'
9 predecessors (most recent first):
Atom 'octavia.controller.worker.tasks.network_tasks.GetAmphoraeNetworkConfigs' {'intention': 'EXECUTE', 'state': 'SUCCESS', 'requires': {'loadbalancer': <octavia.common.data_models.LoadBalancer object at 0x7f2c6d68bb10>}, 'provides': {u'acb4ac42-34c9-44d1-bf29-6ef8cabe315f': <octavia.network.data_models.AmphoraNetworkConfig object at 0x7f2c6d64c790>}}
|__Atom 'reload-lb-after-plug-vip' {'intention': 'EXECUTE', 'state': 'SUCCESS', 'requires': {'loadbalancer_i
2016-05-26 01:26:36.004 633 WARNING oslo_reports.guru_meditation_report [-] Guru mediation now registers SIGUSR1 and SIGUSR2 by default for backward compatibility. SIGUSR1 will no longer be registered in a future release, so please use SIGUSR2 to generate reports.
2016-05-26 01:26:39.312 633 ERROR octavia.amphorae.backends.agent.api_server.server [-] Exception on /0.5/plug/vip/10.200.0.111 [POST]
2016-05-26 01:26:39.312 633 ERROR octavia.amphorae.backends.agent.api_server.server Traceback (most recent call last):
2016-05-26 01:26:39.312 633 ERROR octavia.amphorae.backends.agent.api_server.server File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1817, in wsgi_app
2016-05-26 01:26:39.312 633 ERROR octavia.amphorae.backends.agent.api_server.server response = self.full_dispatch_request()
2016-05-26 01:26:39.312 633 ERROR octavia.amphorae.backends.agent.api_server.server File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1477, in full_dispatch_request
2016-05-26 01:26:39.312 63