aboutsummaryrefslogtreecommitdiffstats
path: root/network/config
AgeCommit message (Expand)AuthorFilesLines
2016-12-23Bump template version for all templates to "ocata"Steven Hardy28-28/+28
2016-12-02Add NIC config for compute role for DVR with multiple NICsDan Sneddon1-0/+162
2016-11-28Apply os-net-config with a script instead of elementDan Prince27-1664/+1606
2016-11-23Cleanup some inline comments in network/configDan Prince7-20/+0
2016-09-06Merge "Add constraint to prohibit balance-tcp from BondInterfaceOvsOptions"Jenkins7-0/+35
2016-08-30Added DPDK environment file and nic configs samplesSaravanan KR1-0/+192
2016-08-25Add constraint to prohibit balance-tcp from BondInterfaceOvsOptionsBrent Eagles7-0/+35
2016-08-08Updates and fixes to NIC config template routesDan Sneddon26-43/+730
2016-04-21Fix controller-no-external.yaml in bonded configs.Dan Sneddon1-0/+31
2016-03-05-17/+354
2015-12-01Fix default route in multiple nics net isolation templatesDan Sneddon4-0/+12
2015-11-16Merge "Support network isolation without external nets"Jenkins4-0/+237
2015-11-12Merge "Change default bond-mode"Jenkins1-2/+1
2015-11-11Change default bond-modeJoe Talerico1-2/+1
2015-11-05Add network templates for multiple NIC configurationDan Sneddon6-0/+642
2015-09-30Add DnsServers param to network config templatesDan Prince10-0/+50
2015-09-17Configure ctlplane network with a static IPDan Prince10-66/+353
2015-08-17Remove hardcoded bridge name in bonded compute NIC configDan Sneddon1-1/+1
2015-08-06Support network isolation without external netsDan Prince4-0/+237
2015-07-24Add a default setting for BondInterfaceOvsOptionsDan Sneddon1-1/+2
2015-06-29Add a default route to the external isolated networkDan Sneddon22015-05-26Fix grammar nits in bond-with-vlans templatesBen Nemec5-5/+5
2015-05-26os-net-config templates to configure vlans on bondDan Prince6-0/+462
span class="l l-Scalar l-Scalar-Plain">static address: ${_param:single_address} netmask: 255.255.255.0 public_int: enabled: true name: ${_param:opnfv_fn_vm_quaternary_interface} type: eth proto: static address: ${_param:cluster_public_host} netmask: 255.255.255.0 keystone: server: admin_email: ${_param:admin_email} pkgs: - keystone - python-keystone - python-keystoneclient - python-psycopg2 - python-mysqldb - python-six - python-memcache - python-openstackclient - gettext-base - python-pycadf glance: server: storage: engine: file images: [] workers: 1 nova: controller: networking: dvr cpu_allocation: 54 metadata: password: ${_param:metadata_password} bind: private_address: ${_param:cluster_local_address} public_address: ${_param:cluster_vip_address} novncproxy_port: 6080 vncproxy_url: http://${_param:cluster_vip_address}:6080 workers: 1 heat: server: bind: api_cfn: address: ${_param:single_address} api_cloudwatch: address: ${_param:single_address} mysql: server: version: '5.7' bind: address: ${_param:cluster_local_address} key_buffer: 8 max_allowed_packet: 128 max_connections: 2048 thread_stack: 512 thread_cache_size: 12 query_cache_limit: 2 query_cache_size: 0 mongodb: server: bind: address: ${_param:cluster_local_address},127.0.0.1 logging: verbose: v nfs: server: share: nova_instances: path: /srv/nova/instances host: nova: host: ${_param:single_address}/24 params: - rw - no_root_squash - async