Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Magnum, Heat helm overrides and Magnum operational guide #445

Merged
merged 5 commits into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion base-helm-configs/heat/heat-helm-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ conf:
policy: {}
heat:
DEFAULT:
server_keystone_endpoint_type: public
log_config_append: /etc/heat/logging.conf
num_engine_workers: 1
trusts_delegated_roles: ""
Expand All @@ -335,6 +336,7 @@ conf:
auth_version: v3
memcache_security_strategy: ENCRYPT
service_type: orchestration
interface: public
database:
idle_timeout: 3600
connection_recycle_time: 3600
Expand Down Expand Up @@ -365,7 +367,7 @@ conf:
clients_heat:
endpoint_type: publicURL
clients_keystone:
endpoint_type: internalURL
endpoint_type: publicURL
oslo_messaging_notifications:
driver: messagingv2
oslo_middleware:
Expand Down
24 changes: 9 additions & 15 deletions base-helm-configs/magnum/magnum-helm-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,29 +75,21 @@ conf:
transport_url: null
glance_client:
api_version: 2
region_name: RegionOne
endpoint_type: internalURL
endpoint_type: publicURL
nova_client:
region_name: RegionOne
endpoint_type: internalURL
endpoint_type: publicURL
cinder_client:
region_name: RegionOne
endpoint_type: internalURL
endpoint_type: publicURL
neutron_client:
region_name: RegionOne
endpoint_type: internalURL
endpoint_type: publicURL
barbican_client:
endpoint_type: internalURL
region_name: RegionOne
endpoint_type: publicURL
heat_client:
endpoint_type: internalURL
region_name: RegionOne
endpoint_type: publicURL
magnum_client:
region_name: RegionOne
endpoint_type: publicURL
octavia_client:
region_name: RegionOne
endpoint_type: internalURL
endpoint_type: publicURL
cluster:
temp_cache_dir: /var/lib/magnum/certificate-cache
oslo_messaging_notifications:
Expand All @@ -112,10 +104,12 @@ conf:
max_retries: -1
trust:
cluster_user_trust: true
trustee_keystone_interface: public
trustee_domain_name: magnum
keystone_auth:
auth_section: keystone_authtoken
keystone_authtoken:
interface: public
service_token_roles: service
service_token_roles_required: true
auth_type: password
Expand Down
3 changes: 2 additions & 1 deletion docs/magnum-kubernetes-cluster-setup-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@ openstack coe cluster create new-k8s-cluster \
--cluster-template new-cluster-template \
--master-count 3 \
--node-count 4 \
--keypair mykey
--keypair mykey \
--labels kube_tag=v1.27.8-rancher2,container_runtime=containerd,containerd_version=1.6.28,containerd_tarball_sha256=f70736e52d61e5ad225f4fd21643b5ca1220013ab8b6c380434caeefb572da9b,cloud_provider_tag=v1.27.3,cinder_csi_plugin_tag=v1.27.3,k8s_keystone_auth_tag=v1.27.3,magnum_auto_healer_tag=v1.27.3,octavia_ingress_controller_tag=v1.27.3,calico_tag=v3.26.4
```
Loading