- Sep 04, 2019
-
-
Xing Zhang authored
add clear old environment set openstack client to use internalURL set manila client to use internalURL Change-Id: I263fa11ff5439b28d63a6a9ce7ba460cb56fb8e2
-
- Sep 03, 2019
-
-
Zuul authored
-
- Sep 02, 2019
-
-
Manuel Rodriguez authored
Allows enabling neutron port forwarding plugin and l3 extension to forward ports from floating IP to a fixed neutron port. Change-Id: Ic25c96a0ddcf4f69acbfb7a58acafec82c3b0aed Implements: blueprint enable-l3-port-forwarding
-
Zuul authored
-
Pierre Riteau authored
Commit d6864438 disabled these deprecated plugins more than three years ago. Change-Id: I2dd2a89a7aa2c4a54882a8b0aa8d23d874c0e4cc Closes-Bug: #1839172
-
- Sep 01, 2019
- Aug 30, 2019
-
-
Jan Horstmann authored
Upstream ironic went from $net_default_ip to $net_default_mac in ironic/drivers/modules/master_grub_cfg.txt with https://review.opendev.org/#/c/578959/ This commit makes the same change for ansible/roles/ironic/templates/ironic_pxe_uefi.default.j2 Using $net_default_ip breaks ironic standalone deployments with [dhcp]dhcp_provider = none Change-Id: I2ca9a66d2bdb0aab5cd9936c8be8206e6ade3bd5 Closes-Bug: 1842078
-
- Aug 29, 2019
-
-
Will Szumski authored
This resolves an issue where the web browser would complain that it was trying to connect to insecure websocket when using HTTPS with horizon. Change-Id: Ib75cc2bc1b3811bc31badd5fda3db3ed0c59b119 Closes-Bug: #1841914
-
Will Szumski authored
Change-Id: Ic80dbe1f4f7289fe2c2143125a381cec4586f7ef Closes-Bug: #1841908
-
- Aug 28, 2019
- Aug 27, 2019
- Aug 26, 2019
-
-
Joseph M authored
octavia.conf is missing configuration values required to do service catalog lookups in multiple region environments. Without them Octavia can try to contact a service in a different region than its own. Specify region_name and endpoint_type for the glance, neutron, and nova services to prevent this from happening. Change-Id: I753cf443c1506bbd7b69fc47e2e0a9b39857509c Closes-Bug: #1841479
-
- Aug 23, 2019
-
-
Zuul authored
-
Radosław Piliszek authored
This makes WS (so e.g. console) always work with the way we deploy Zun. Otherwise it used the first IP address. Change-Id: Ib31c5944be2f6fa00cdf5da3e638a590e6bace40 Closes-bug: #1841243 Signed-off-by:
Radosław Piliszek <radoslaw.piliszek@gmail.com>
-
Jason Anderson authored
The internal FQDN assumes that HAProxy is set up to route traffic to the DB; other services default to the value of database_address. Change-Id: I9a333a89adfa4f620f211c831d659b8d52e307d5
-
Doug Szumski authored
The Placement API has moved out of the Nova role and is no longer defined in `nova_services`. Change-Id: I7b9601334c7e4c6b075a233557669ad414556e09
-
Michal Nasiadka authored
ceph-ansible by default generates what we call nova.keyring as openstack.keyring - adding a note to not confuse users. Change-Id: I3992a037ab8e7947e35521b5c721a89bd954fdcd
-
- Aug 22, 2019
-
-
Zuul authored
-
Mark Goddard authored
The baremetal role does not currently assume too much about the inventory, and in kayobe the seed is deployed using a very minimal inventory. Icf3f01516185afb7b9f642407b06a0204c36ecbe added a reference to the etcd group in the baremetal role, which causes kayobe seed deployment to fail with the following error: AnsibleUndefinedVariable: 'dict object' has no attribute 'etcd' This change defaults the group lookup to an empty list. Change-Id: Ib3252143a97652c5cf70b56cbfd7c7ce69f93a55 Closes-Bug: #1841073
-
Michal Nasiadka authored
In order to orchestrate smooth transition to fluentd 0.14.x aka 1.0 stable branch aka td-agent 3 from td-agent repository - use image labels (fluentd_version and fluentd_binary). Depends-On: https://review.opendev.org/676411 Change-Id: Iab8518c34ef876056c6abcdb5f2e9fc9f1f7dbdd
-
Mark Goddard authored
Nova-consoleauth support was removed in I099080979f5497537e390f531005a517ab12aa7a, but these variables were left. Change-Id: I1ce1631119bba991225835e8e409f11d53276550
-
Zuul authored
-
Zuul authored
-
- Aug 21, 2019
-
-
Michal Nasiadka authored
Sometimes mgr dashboard enablement fails with following message: "Error ENOENT: all mgr daemons do not support module 'dashboard', pass --force to force enablement" Change-Id: Ie7052dbdccb855e02da849dbc207b5d1778e2c82
-
ljhuang authored
The meta is missing, this PS to add it Change-Id: Ib7e39820a48659202ddd1c1f91b2e8c3f0529443
-
- Aug 20, 2019
-
-
Zuul authored
-
Dincer Celik authored
Change-Id: I71f3e8ab50426246b595755a8f3298ba7ca0a50d Closes-Bug: #1803029
-
Doug Szumski authored
The MariaDB role HAProxy config section exposes MariaDB on the mariadb_port which may not always be the same as database_port. The HAProxy role checks that the database_port is free, and not the mariadb_port. This could mean that the check passes, but the actual port which HAProxy will attempt to use is taken. This change configures HAProxy to talk to the MariaDB instances on the mariadb_port, and maps them to the database_port which is used by most services as part of the DB connection string. There is a small risk that it may break someones override config. Change-Id: I9507ee709cb21eb743112107770ed3170c61ef74
-