Selaa lähdekoodia

Gitlab default token

tags/0.4
Ales Komarek 8 vuotta sitten
vanhempi
commit
0a1484e458
3 muutettua tiedostoa jossa 18 lisäystä ja 2 poistoa
  1. +0
    -1
      salt/control/virt.sls
  2. +1
    -1
      salt/files/minion.conf
  3. +17
    -0
      salt/files/virt.conf

+ 0
- 1
salt/control/virt.sls Näytä tiedosto

@@ -47,7 +47,6 @@ salt_control_virt_{{ cluster_name }}_{{ node_name }}:
# - id_: {{ node_name }}.{{ cluster.domain }}
# - unless: virsh list | grep {{ node_name }}.{{ cluster.domain }}

{%- endif %}

{%- endfor %}

+ 1
- 1
salt/files/minion.conf Näytä tiedosto

@@ -121,7 +121,7 @@ gitlab.url: 'https://{{ pillar.gitlab.client.server.host }}/'
gitlab.token: '{{ pillar.gitlab.client.server.token }}'
{%- elif pillar.get('gitlab', {}).server is defined %}
gitlab.url: 'https://{{ pillar.gitlab.server.server_name }}/'
gitlab.token: '{{ pillar.gitlab.server.token }}'
gitlab.token: '{{ pillar.gitlab.server.get('token', 'Set token in pillar') }}'
{%- endif %}

{%- if pillar.get('keystone', {}).get('server', {'enabled': False } ).enabled %}

+ 17
- 0
salt/files/virt.conf Näytä tiedosto

@@ -0,0 +1,17 @@
{% from "salt/map.jinja" import control with context %}

virt:
nic:
test:
eth0:
bridge: virbr0
model: virtio
eth0:
bridge: virbr0
model: virtio
disk:
database:
- system:
size: 8192
- data:
size: 30720

Loading…
Peruuta
Tallenna