Commit dfc4b030 authored by Joanne Hugé's avatar Joanne Hugé Committed by Thomas Gambier

playbook/re6st: update registry and improve installer

- Update registry to new production registry
( https://re6st-registry.nxdcdn.com/ )
- Create /etc/re6stnet if needed
parent 9eb187b1
Pipeline #29223 passed with stage
in 0 seconds
......@@ -11,7 +11,7 @@
- name: "re6st_registry_url"
prompt: "What is the url to the Re6st registry?"
private: no
default: "http://re6stnet.nexedi.com/"
default: "https://re6st-registry.nxdcdn.com/"
- name: "location"
prompt: 'Manually enter your location (ignore if you want it detected automatically, format is "country code,continent code", e.g. "FR,EU")'
......
......@@ -3,6 +3,9 @@
zypper: name=firewalld state=absent
when: ansible_os_family == "Suse" and ansible_distribution_major_version == "15"
- name: Create /etc/re6stnet if needed
file: path=/etc/re6stnet state=directory
- name: Check if configuration already exists
stat: path=/etc/re6stnet/re6stnet.conf
register: re6stnet_conf
......
---
re6st_registry_url: http://re6stnet.nexedi.com/
re6st_fingerprint: sha256:73e364f2b7ab19335932dfc6514eab518b06a6b5d9b48dea5bcd61cf874becfc
re6st_registry_url: https://re6st-registry.nxdcdn.com/
re6st_fingerprint: sha256:3dfbc7a2daaa34214c92e52d45edf6056aa9cb4ad3b498f255f51609c1302de3
slapos_master_url: https://slap.vifib.com/
slapos_web_master_url: https://panel.rapid.space/
partition_number: 10
......
e689febb0898f658a238266630c58dc7c76bd6e74b5cbd28f28173baa7b5ede4 -
cb2670552069d18252342500da841e2525398254a92565561aadd2fcd0a14844 -
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment