summaryrefslogtreecommitdiffstats
path: root/ci/bundle_tpl/phase2-overrides.yaml
blob: 218df213518c59559461faf3cb0d072b9c0f1246 (plain)
1
2
3
4

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #75715e } /* Comment.Hashbang */
.highlight .cm { color: #75715e } /* Comment.Multiline */
.highlight .cp { color: #75715e } /* Comment.Preproc */
.highlight .cpf { color: #75715e } /* Comment.PreprocFile */
.highlight .c1 { color: #75715e } /* Comment.Single */
.highlight .cs { color: #75715e } /* Comment.Special */
.highlight .gd { color: #f92672 } /* Generic.Deleted *
{% if opnfv.spaces_dict.data is defined %}
    os-data-network: {{ opnfv.spaces_dict.data.cidr }}
{% endif %}
{% if opnfv.spaces_dict.storage is defined %}
    #ceph-cluster-network: {{ opnfv.spaces_dict.storage.cidr }}
{% endif %}
{% if os.network.ipv6 %}
    prefer-ipv6: {{ os.network.ipv6 }}
{% endif %}
{% if os.network.dvr %}
    enable-dvr: true
{% endif %}
{% if os.network.l2_population %}
    l2-population: true
{% endif %}
    region: {{ os.region }}
{% if ubuntu.release == 'trusty' %}
    source: "cloud:{{ ubuntu.release }}-{{ os.release }}"
{% endif %}
    openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}"
{% if os.ha.mode == 'nonha' %}
    ceph-osd-replication-count: {{ os.storage.ceph_replica }}
{% endif %}
    admin-role: {{ os.admin.role }}
    keystone-admin-role: {{ os.admin.role }}
{% if os.beta.public_api %}
    use-internal-endpoints: true
{% if opnfv.domain is defined %}
    os-public-hostname: api.{{ opnfv.domain }}
{% endif %}
{% endif %}