summaryrefslogtreecommitdiffstats
path: root/build/upstream-environment.yaml
blob: ab110177f53eb208057ef18742f1ad2eb7f3a785 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
# Environment file used to list common parameters required for all deployment
# types

parameters:
  CloudDomain: opnfvlf.org

parameter_defaults:
  DockerPuppetProcessCount: 10
  #NeutronNetworkVLANRanges: 'datacentre:500:525'
  #NeutronBridgeMappings: "datacentre:br-ex"
  #OpenDaylightProviderMappings: "datacentre:br-ex"
  NeutronNetworkType: vxlan
  MigrationSshKey:
    public_key: replace_public_key
    private_key: replace_private_key
  SshServerOptions:
    HostKey:
      - '/etc/ssh/ssh_host_rsa_key'
      - '/etc/ssh/ssh_host_ecdsa_key'
      - '/etc/ssh/ssh_host_ed25519_key'
    SyslogFacility: 'AUTHPRIV'
    AuthorizedKeysFile: '.ssh/authorized_keys'
    PasswordAuthentication: 'no'
    ChallengeResponseAuthentication: 'no'
    GSSAPIAuthentication: 'no'
    GSSAPICleanupCredentials: 'no'
    UsePAM: 'yes'
    X11Forwarding: 'yes'
    UsePrivilegeSeparation: 'sandbox'
    AcceptEnv:
      - 'LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES'
      - 'LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT'
      - 'LC_IDENTIFICATION LC_ALL LANGUAGE'
      - 'XMODIFIERS'
    Subsystem: 'sftp  /usr/libexec/openssh/sftp-server'
    UseDNS: 'no'
  #ExtraConfig: