Commit Graph

8 Commits

Author SHA1 Message Date
OpenDev Sysadmins 17c10c9f1d OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:25:30 +00:00
Andrea Frittoli d4ee2b5dc6 Revert "Revert "Deploy the build ssh key to auth_keys""
After fixing the copy-build-sshkey role, using it again in
multinode job pre.

This reverts commit ace4db4b04.

Change-Id: Id59216ce7dd62ff604ddf2c2c1cf27c4dca0deb0
2018-03-06 18:51:30 +00:00
Andrea Frittoli ace4db4b04 Revert "Deploy the build ssh key to auth_keys"
This commits starts using the copy-build-sshkey role, however
the role is buggy, so we should first revert this, then use
reapply this after it's tested.

This reverts commit 4bdb01e60a.

Change-Id: Ibbcfd4a0a9c37ce819cd2ad14109e9cdd20b3a1e
2018-02-26 15:06:08 +00:00
Andrea Frittoli 4bdb01e60a Deploy the build ssh key to auth_keys
Deploy the build ssh key to the authorized_keys for root user
on all hosts in a multinode environment, to allow passwordless
ssh between nodes.

Change-Id: I3b1a8ce825d093a886f6dee2c1c8d49204939274
2018-02-26 11:56:27 +00:00
David Moreau-Simard 645a3935ee
Multi-node: Set up connectivity with default OVS bridge
This sets up a default 'br-infra' bridge between nodes in a multi-node
job. Two groups are expected in order for this to be set up:
- switch
- peers

The 'switch' group, with only one expected member, will be set up as
the switch node while the 'peers' group will be connected to the switch
node with virtual ports.

The default settings such as the bridge name, the IP range used, the MTU
and so on can be overridden at the job level by setting vars.

Change-Id: If5a3f512837e5b235bd2f6dbfdbb454435aa983e
2017-09-26 15:32:02 -04:00
David Moreau-Simard a5da23b827
Multi-node: Set up firewalls
This adds nodes in a multi-node job to each other's firewalls so that
they can communicate with each other without restrictions.

Change-Id: Ic9eda6b951c5ecf5997fe9da3338980f2a8121b0
2017-09-22 16:25:51 -04:00
David Moreau-Simard 974b5d7dac
Multi-node: Set up hosts file
This allows nodes in a multi-node job to resolve each other through
their inventory hostname.

Change-Id: I19cc7690d6fea99461bc67a46a09a8037f9c3292
2017-09-22 16:25:51 -04:00
Monty Taylor 3107bd674f
Add multinode base job
Right now just does the known hosts thing

Change-Id: I3435eee42c9fc77fd3e9926477a3a261aa387eb4
2017-08-23 18:03:49 -04:00