-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
36 changed files
with
169 additions
and
99 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
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
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
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
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 |
---|---|---|
|
@@ -10,12 +10,6 @@ bootstrap: | |
--user="${OS_USERNAME}" \ | ||
--domain="${OS_DEFAULT_DOMAIN}" \ | ||
"admin" | ||
# TODO: only create this actually requested | ||
# create 'demo' user with sufficient permissions | ||
openstack user create --or-show --password demo --email '[email protected]' demo | ||
openstack user set --email '[email protected]' demo | ||
# add 'demo' user to 'ucadmin' group | ||
openstack group add user ucadmin demo | ||
# create 'argoworkflow' user | ||
# credentials for ironic-nautobot-sync and other argo workflows | ||
openstack project create undercloud --or-show | ||
|
@@ -90,6 +84,13 @@ bootstrap: | |
openstack role add --group ucadmin --domain default admin | ||
openstack role add --group ucadmin --project undercloud admin | ||
# TODO: only create this actually requested | ||
# create 'demo' user with sufficient permissions | ||
openstack user create --or-show --password demo --email '[email protected]' demo | ||
openstack user set --email '[email protected]' demo | ||
# add 'demo' user to 'ucadmin' group | ||
openstack group add user ucadmin demo | ||
network: | ||
# configure OpenStack Helm to use Undercloud's ingress | ||
# instead of expecting the ingress controller provided | ||
|
@@ -304,6 +305,11 @@ endpoints: | |
name: rabbitmq-server | ||
hosts: | ||
default: rabbitmq-nodes | ||
identity: | ||
# upstream uses 'keystone' here which causes traffic to go via an internal ingress | ||
# which is wired back to keystone-api via the service_ingress_api manifest. just | ||
# go direct to the service | ||
default: keystone-api | ||
|
||
manifests: | ||
job_credential_cleanup: false | ||
|
@@ -312,6 +318,7 @@ manifests: | |
pod_rally_test: false | ||
secret_db: false | ||
secret_keystone: true | ||
service_ingress_api: false | ||
|
||
# we don't want to enable OpenStack Helm's | ||
# helm.sh/hooks because they set them as | ||
|
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
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
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
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
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
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
requests==2.32.3 | ||
pynautobot==2.1.1 | ||
pynautobot==2.2.1 | ||
sushy==5.2.0 | ||
IdracRedfishSupport==0.0.8 |
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
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
15 changes: 15 additions & 0 deletions
15
operators/rabbitmq-system/cluster-operator/kustomization.yaml
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,15 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
resources: | ||
- https://github.com/rabbitmq/cluster-operator/releases/download/v2.10.0/cluster-operator.yml | ||
|
||
# this needs to be here to remove the namespace from the above | ||
# because the cluster-operator defines the same namespace and it would conflict | ||
patches: | ||
- patch: |- | ||
apiVersion: v1 | ||
kind: Namespace | ||
metadata: | ||
name: rabbitmq-system | ||
$patch: delete |
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 |
---|---|---|
@@ -1,19 +1,5 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
resources: | ||
- https://github.com/rabbitmq/cluster-operator/releases/latest/download/cluster-operator.yml | ||
|
||
# this needs to be here to remove the namespace from the above | ||
# because the messaging-topology-operator defines the same namespace and it would conflict | ||
patches: | ||
- patch: |- | ||
apiVersion: v1 | ||
kind: Namespace | ||
metadata: | ||
name: rabbitmq-system | ||
$patch: delete | ||
# have to put this after the patch above | ||
resources: # yamllint disable-line rule:key-duplicates | ||
- https://github.com/rabbitmq/messaging-topology-operator/releases/download/v1.13.0/messaging-topology-operator-with-certmanager.yaml | ||
- cluster-operator/ | ||
- messaging-topology/ |
13 changes: 13 additions & 0 deletions
13
operators/rabbitmq-system/messaging-topology/kustomization.yaml
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,13 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- https://github.com/rabbitmq/messaging-topology-operator/releases/download/v1.13.0/messaging-topology-operator-with-certmanager.yaml | ||
# this needs to be here to remove the namespace from the above | ||
# because the messaging-topology-operator defines the same namespace and it would conflict | ||
patches: | ||
- patch: |- | ||
apiVersion: v1 | ||
kind: Namespace | ||
metadata: | ||
name: rabbitmq-system | ||
$patch: delete |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
26 changes: 26 additions & 0 deletions
26
python/neutron-understack/neutron_understack/tests/conftest.py
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,26 @@ | ||
import random | ||
import uuid | ||
|
||
import pytest | ||
|
||
|
||
@pytest.fixture | ||
def device_id() -> uuid.UUID: | ||
return uuid.uuid4() | ||
|
||
|
||
@pytest.fixture | ||
def mac_address() -> str: | ||
return ( | ||
f"{random.randint(0, 255):02x}:" | ||
f"{random.randint(0, 255):02x}:" | ||
f"{random.randint(0, 255):02x}:" | ||
f"{random.randint(0, 255):02x}:" | ||
f"{random.randint(0, 255):02x}:" | ||
f"{random.randint(0, 255):02x}" | ||
) | ||
|
||
|
||
@pytest.fixture | ||
def network_id() -> uuid.UUID: | ||
return uuid.uuid4() |
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
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
Oops, something went wrong.