Enables containerized overcloud deployments
[apex.git] / build / upstream-environment.yaml
1 ---
2 # Environment file used to list common parameters required for all deployment
3 # types
4
5 parameters:
6   CloudDomain: opnfvlf.org
7
8 parameter_defaults:
9   DockerPuppetProcessCount: 10
10   NeutronNetworkVLANRanges: 'datacentre:500:525'
11   SshServerOptions:
12     HostKey:
13       - '/etc/ssh/ssh_host_rsa_key'
14       - '/etc/ssh/ssh_host_ecdsa_key'
15       - '/etc/ssh/ssh_host_ed25519_key'
16     SyslogFacility: 'AUTHPRIV'
17     AuthorizedKeysFile: '.ssh/authorized_keys'
18     PasswordAuthentication: 'no'
19     ChallengeResponseAuthentication: 'no'
20     GSSAPIAuthentication: 'no'
21     GSSAPICleanupCredentials: 'no'
22     UsePAM: 'yes'
23     X11Forwarding: 'yes'
24     UsePrivilegeSeparation: 'sandbox'
25     AcceptEnv:
26       - 'LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES'
27       - 'LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT'
28       - 'LC_IDENTIFICATION LC_ALL LANGUAGE'
29       - 'XMODIFIERS'
30     Subsystem: 'sftp  /usr/libexec/openssh/sftp-server'
31     UseDNS: 'no'
32   #ExtraConfig: