Переглянути джерело

Gitlab default token

tags/0.4
Ales Komarek 8 роки тому
джерело
коміт
0a1484e458
3 змінених файлів з 18 додано та 2 видалено
  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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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

Завантаження…
Відмінити
Зберегти