diff options
Diffstat (limited to 'environments')
-rw-r--r-- | environments/integration/data/common.yaml | 25 | ||||
-rw-r--r-- | environments/integration/data/roles/cryptoportfolio.yaml (renamed from environments/production/data/nodes/vps494082.yaml) | 4 | ||||
-rw-r--r-- | environments/integration/data/types/vps-ovhssd-1.yaml | 10 | ||||
-rw-r--r-- | environments/integration/hiera.yaml | 19 | ||||
-rw-r--r-- | environments/production/data/nodes/vps464408.novalocal.yaml | 1 | ||||
-rw-r--r-- | environments/production/data/roles/cryptoportfolio.yaml | 4 | ||||
-rw-r--r-- | environments/production/data/types/vps-ovhssd-1.yaml | 1 | ||||
-rw-r--r-- | environments/production/hiera.yaml | 9 |
8 files changed, 62 insertions, 11 deletions
diff --git a/environments/integration/data/common.yaml b/environments/integration/data/common.yaml new file mode 100644 index 0000000..78cce6b --- /dev/null +++ b/environments/integration/data/common.yaml | |||
@@ -0,0 +1,25 @@ | |||
1 | --- | ||
2 | classes: | ||
3 | stdlib: ~ | ||
4 | |||
5 | base_installation::ldap_base: "dc=immae,dc=eu" | ||
6 | base_installation::ldap_dn: "cn=%{facts.ec2_metadata.hostname},ou=hosts,dc=immae,dc=eu" | ||
7 | base_installation::ldap_cn: "%{facts.ec2_metadata.hostname}" | ||
8 | base_installation::ldap_server: "ldap.immae.eu" | ||
9 | base_installation::ldap_uri: "ldaps://ldap.immae.eu" | ||
10 | base_installation::puppet_conf_path: "/etc/puppetlabs/puppet" | ||
11 | base_installation::puppet_code_path: "/etc/puppetlabs/code" | ||
12 | base_installation::puppet_pass_seed: "/etc/puppetlabs/puppet/password_seed" | ||
13 | base_installation::puppet_ssl_path: "/etc/puppetlabs/ssl" | ||
14 | base_installation::system_locales: ["fr_FR.UTF-8", "en_US.UTF-8"] | ||
15 | base_installation::system_timezone: "Europe/Paris" | ||
16 | base_installation::system_users: | ||
17 | - userid: 1000 | ||
18 | username: "immae" | ||
19 | groups: ["wheel"] | ||
20 | keys: | ||
21 | - host: "immae.eu" | ||
22 | key: "AAAAB3NzaC1yc2EAAAADAQABAAABAQDi5PgLBwMRyRwzJPnSgUyRAuB9AAxMijsw1pR/t/wmxQne1O5fIPOleHx+D8dyZbwm+XkzlcJpgT0Qy3qC9J8BPhshJvO/tA/8CI/oS/FE0uWsyACH1DMO2dk4gRRZGSE9IuzDMRPlnfZ3n0tdsPzzv3GH4It/oPIgsvkTowKztGLQ7Xmjr5BxzAhXcIQymqA0U3XWHSdWvnSRDaOFG0PDoVMS85IdwlviVKLnV5Sstb4NC/P28LFfgvW8DO/XrOqujgDomqTmR41dK/AyrGGOb2cQUMO4l8Oa+74aOyKaB61rr/rJkr+wCbEttkTvgFa6zZygSk3edfiWE2rgn4+v" | ||
23 | key_type: "ssh-rsa" | ||
24 | xmr_stak::mining_pool: "pool.minexmr.com:7777" | ||
25 | xmr_stak::wallet: "44CA8TxTFYbQqN2kLyk8AnB6Ghz4mcbGpYC2EyXW7A8H9QspvWnTjDn39XUZDPrFwPa5JNwt4TmAxcooPWv4SaJqL87Bcdo" | ||
diff --git a/environments/production/data/nodes/vps494082.yaml b/environments/integration/data/roles/cryptoportfolio.yaml index c7d1c85..7464b3d 100644 --- a/environments/production/data/nodes/vps494082.yaml +++ b/environments/integration/data/roles/cryptoportfolio.yaml | |||
@@ -1,4 +1,6 @@ | |||
1 | base_installation::system_hostname: cryptoportfolio.immae.eu | 1 | --- |
2 | classes: | ||
3 | role::cryptoportfolio: ~ | ||
2 | cryptoportfolio::front_version: v0.0.2 | 4 | cryptoportfolio::front_version: v0.0.2 |
3 | cryptoportfolio::front_sha256: 2ace0197a34f9f130523eecf8a43aa4f411cdca09de33838e074f25a7e1d6c5e | 5 | cryptoportfolio::front_sha256: 2ace0197a34f9f130523eecf8a43aa4f411cdca09de33838e074f25a7e1d6c5e |
4 | cryptoportfolio::bot_version: v0.2-4-gf70bb85 | 6 | cryptoportfolio::bot_version: v0.2-4-gf70bb85 |
diff --git a/environments/integration/data/types/vps-ovhssd-1.yaml b/environments/integration/data/types/vps-ovhssd-1.yaml new file mode 100644 index 0000000..73f7a45 --- /dev/null +++ b/environments/integration/data/types/vps-ovhssd-1.yaml | |||
@@ -0,0 +1,10 @@ | |||
1 | --- | ||
2 | classes: | ||
3 | base_installation: | ||
4 | stage: "setup" | ||
5 | |||
6 | base_installation::system_hostname: "%{ldapvar.self.vars.host.0}" | ||
7 | base_installation::real_hostname: "%{facts.ec2_metadata.hostname}.ovh.net" | ||
8 | base_installation::grub_device: "/dev/sdb" | ||
9 | base_installation::ldap_cert_path: "/etc/ssl/certs/ca-certificates.crt" | ||
10 | ssl::try_letsencrypt_for_real_hostname: false | ||
diff --git a/environments/integration/hiera.yaml b/environments/integration/hiera.yaml new file mode 100644 index 0000000..a63fc92 --- /dev/null +++ b/environments/integration/hiera.yaml | |||
@@ -0,0 +1,19 @@ | |||
1 | --- | ||
2 | version: 5 | ||
3 | |||
4 | defaults: | ||
5 | datadir: data | ||
6 | data_hash: yaml_data | ||
7 | |||
8 | hierarchy: | ||
9 | - name: "Initialization variables" | ||
10 | path: "/root/puppet_variables.json" | ||
11 | |||
12 | - name: "Per-role data" | ||
13 | mapped_paths: [ldapvar.self.vars.roles, role, "roles/%{role}.yaml"] | ||
14 | |||
15 | - name: "Per-type data" | ||
16 | path: "types/%{facts.ec2_metadata.instance-type}.yaml" | ||
17 | |||
18 | - name: "Common data" | ||
19 | path: "common.yaml" | ||
diff --git a/environments/production/data/nodes/vps464408.novalocal.yaml b/environments/production/data/nodes/vps464408.novalocal.yaml deleted file mode 100644 index ad3a440..0000000 --- a/environments/production/data/nodes/vps464408.novalocal.yaml +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | base_installation::system_hostname: ns2.immae.eu | ||
diff --git a/environments/production/data/roles/cryptoportfolio.yaml b/environments/production/data/roles/cryptoportfolio.yaml index da46382..7464b3d 100644 --- a/environments/production/data/roles/cryptoportfolio.yaml +++ b/environments/production/data/roles/cryptoportfolio.yaml | |||
@@ -1,3 +1,7 @@ | |||
1 | --- | 1 | --- |
2 | classes: | 2 | classes: |
3 | role::cryptoportfolio: ~ | 3 | role::cryptoportfolio: ~ |
4 | cryptoportfolio::front_version: v0.0.2 | ||
5 | cryptoportfolio::front_sha256: 2ace0197a34f9f130523eecf8a43aa4f411cdca09de33838e074f25a7e1d6c5e | ||
6 | cryptoportfolio::bot_version: v0.2-4-gf70bb85 | ||
7 | cryptoportfolio::bot_sha256: e9850a667e0672cdd0363bb93124b59610c4d67e3ed9908b004a9d15c2276340 | ||
diff --git a/environments/production/data/types/vps-ovhssd-1.yaml b/environments/production/data/types/vps-ovhssd-1.yaml index 9130ad1..73f7a45 100644 --- a/environments/production/data/types/vps-ovhssd-1.yaml +++ b/environments/production/data/types/vps-ovhssd-1.yaml | |||
@@ -3,6 +3,7 @@ classes: | |||
3 | base_installation: | 3 | base_installation: |
4 | stage: "setup" | 4 | stage: "setup" |
5 | 5 | ||
6 | base_installation::system_hostname: "%{ldapvar.self.vars.host.0}" | ||
6 | base_installation::real_hostname: "%{facts.ec2_metadata.hostname}.ovh.net" | 7 | base_installation::real_hostname: "%{facts.ec2_metadata.hostname}.ovh.net" |
7 | base_installation::grub_device: "/dev/sdb" | 8 | base_installation::grub_device: "/dev/sdb" |
8 | base_installation::ldap_cert_path: "/etc/ssl/certs/ca-certificates.crt" | 9 | base_installation::ldap_cert_path: "/etc/ssl/certs/ca-certificates.crt" |
diff --git a/environments/production/hiera.yaml b/environments/production/hiera.yaml index 9cedf47..a63fc92 100644 --- a/environments/production/hiera.yaml +++ b/environments/production/hiera.yaml | |||
@@ -6,15 +6,6 @@ defaults: | |||
6 | data_hash: yaml_data | 6 | data_hash: yaml_data |
7 | 7 | ||
8 | hierarchy: | 8 | hierarchy: |
9 | # FIXME: those informations should be taken in LDAP, but bootstrap | ||
10 | # problem for the hostname | ||
11 | - name: "Per-named-node data" | ||
12 | mapped_paths: [ldapvar.self.cn, hostname, "named_nodes/%{hostname}.yaml"] | ||
13 | |||
14 | - name: "Per-node data" | ||
15 | path: "nodes/%{facts.ec2_metadata.hostname}.yaml" | ||
16 | ### /FIXME | ||
17 | |||
18 | - name: "Initialization variables" | 9 | - name: "Initialization variables" |
19 | path: "/root/puppet_variables.json" | 10 | path: "/root/puppet_variables.json" |
20 | 11 | ||