Revert "Updates scenario files for hunter branch"
[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   #NeutronBridgeMappings: "datacentre:br-ex"
12   #OpenDaylightProviderMappings: "datacentre:br-ex"
13   NeutronNetworkType: vxlan
14   MigrationSshKey:
15     public_key: replace_public_key
16     private_key: replace_private_key
17   SshServerOptions:
18     HostKey:
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'
28     UsePAM: 'yes'
29     X11Forwarding: 'yes'
30     UsePrivilegeSeparation: 'sandbox'
31     AcceptEnv:
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'
35       - 'XMODIFIERS'
36     Subsystem: 'sftp  /usr/libexec/openssh/sftp-server'
37     UseDNS: 'no'
38   #ExtraConfig: