2 # Environment file used to list common parameters required for all deployment
6 CloudDomain: opnfvlf.org
9 DockerPuppetProcessCount: 10
10 #NeutronNetworkVLANRanges: 'datacentre:500:525'
11 #NeutronBridgeMappings: "datacentre:br-ex"
12 #OpenDaylightProviderMappings: "datacentre:br-ex"
13 NeutronNetworkType: vxlan
15 public_key: replace_public_key
16 private_key: replace_private_key
19 - '/etc/ssh/ssh_host_rsa_key'
20 - '/etc/ssh/ssh_host_ecdsa_key'
21 - '/etc/ssh/ssh_host_ed25519_key'
22 SyslogFacility: 'AUTHPRIV'
23 AuthorizedKeysFile: '.ssh/authorized_keys'
24 PasswordAuthentication: 'no'
25 ChallengeResponseAuthentication: 'no'
26 GSSAPIAuthentication: 'no'
27 GSSAPICleanupCredentials: 'no'
30 UsePrivilegeSeparation: 'sandbox'
32 - 'LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES'
33 - 'LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT'
34 - 'LC_IDENTIFICATION LC_ALL LANGUAGE'
36 Subsystem: 'sftp /usr/libexec/openssh/sftp-server'