Skip to content

Commit

Permalink
Added osdpl context with raw nova image backend
Browse files Browse the repository at this point in the history
Related-Prod: PRODX-40251
Change-Id: I1b4573e77d9bec2993668c57644f31b0351fb4f6
  • Loading branch information
vardenbb committed Mar 5, 2024
1 parent 1edbd46 commit 9a2c86d
Showing 1 changed file with 81 additions and 0 deletions.
81 changes: 81 additions & 0 deletions examples/osdpl/core-ceph-raw-non-dvr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
apiVersion: lcm.mirantis.com/v1alpha1
kind: OpenStackDeployment
metadata:
name: osh-dev
namespace: openstack
labels: {}
annotations: {}
spec:
openstack_version: antelope
preset: compute
size: tiny
internal_domain_name: cluster.local
public_domain_name: it.just.works
features:
services:
- cloudprober
ssl:
public_endpoints:
api_cert: |-
# Update server certificate content
api_key: |-
# Update server private key content
ca_cert: |-
# Update CA certificate content
neutron:
tunnel_interface: ens3
external_networks:
- physnet: physnet1
interface: veth-phy
bridge: br-ex
network_types:
- flat
vlan_ranges: null
mtu: null
floating_network:
enabled: True
physnet: physnet1
subnet:
range: 10.11.12.0/24
pool_start: 10.11.12.100
pool_end: 10.11.12.200
gateway: 10.11.12.11
nova:
console:
spice:
enabled: true
novnc:
tls:
enabled: true
live_migration_interface: ens3
libvirt:
tls:
enabled: true
images:
backend: raw
messaging:
notifications:
external:
enabled: true
topics:
- external-consumer-A
# TODO(vsaienko): enable when 34580 is fixed
# - external-consumer-b
- ec-a
- ec-A
# enabled services and their specific configuration
services:
networking:
neutron:
values:
conf:
neutron:
DEFAULT:
global_physnet_mtu: 1480
orchestration:
heat:
values:
conf:
heat:
clients_heat:
insecure: true

0 comments on commit 9a2c86d

Please sign in to comment.