aboutsummaryrefslogtreecommitdiffstats
path: root/build
AgeCommit message (Expand)AuthorFilesLines
2016-05-30Build system uplift to Fuel 9.0/MitakaStefan K. Berg20-2435/+187
2016-05-11Adjust kernel numbers comparisonMichal Skalski1-3/+2
2016-04-22Correction due to changed cpio behaviorStefan K. Berg2-0/+38
2016-04-15[VPNSERVICE] Bugfix Broadcast GroupNikolas Hermanns1-1/+1
2016-04-14Adding patch for Broadcast Storm of vpnserviceNikolas Hermanns1-1/+1
2016-04-13Fix odl haproxy configurationMichal Skalski1-1/+1
2016-04-11Redo config of plugin buildNikolas Hermanns2-8/+30
2016-04-07Uplift fuel-plugin-bgpvpn repoNikolas Hermanns1-1/+1
2016-04-06Merge "Fix KVM/QEMU plugin bug"Jonas Bjurel1-1/+1
2016-04-06Merge "Use Opendaylight_SR-1"Michal Skalski1-2/+2
2016-04-06Use Opendaylight_SR-1Nikolas Hermanns1-3/+3
2016-04-05Fix KVM/QEMU plugin bugdavidjchou1-1/+1
2016-03-22Fix KVM/QEMU plugin bugdavidjchou1-1/+1
2016-03-18ODL Plugin: new branch for SR2 releaseMichal Skalski1-1/+1
2016-03-14Merge "Fix network connection check issue"Jonas Bjurel1-1/+1
2016-03-10Tell debconf not to be interactivePeter Barabas1-0/+1
2016-02-24Fix KVM launch issueRuijing Guo1-1/+1
2016-02-22Fix network connection check issueRuijing Guo1-1/+1
2016-02-22Correction of biweek caching logicStefan Berg1-1/+1
2016-02-20Use official Beryllium releaseMichal Skalski1-1/+1
2016-02-17Build plugin with ODL Be RC3Michal Skalski1-0/+1
2016-02-16Merge "Applying ODL changes to BGPVPN scenario"Jonas Bjurel2-2/+2
2016-02-15Applying ODL changes to BGPVPN scenarioNikolas Hermanns2-2/+2
2016-02-15Build odl plugin with openjdk-8Michal Skalski1-0/+3
2016-02-15Fix for blacklisting Ubuntu mirrors with "issues"Stefan Berg1-1/+6
2016-02-14Fixed deployment timeout and OVSNFV plugin buildJonas Bjurel2-6/+6
2016-02-10Put ubuntu mirror in predictable directoryMichal Skalski1-5/+6
2016-02-07We need to preserve environment for sudo buildStefan K. Berg1-1/+1
2016-02-06Enable use of Fuel library commit ids for mirrorStefan K. Berg1-1/+4
2016-02-05Merge "Added environment sanity checks for build."Jonas Bjurel1-0/+6
2016-02-05Don't download packages which are already on ISOMichal Skalski3-16/+1
2016-02-04Added environment sanity checks for build.Jonas Bjurel1-0/+6
2016-02-04Remove leftover from old plugin configurationsMichal Skalski7-7/+0
2016-02-04Correcting license and copyright terms throughout the repoJonas Bjurel24-239/+63
2016-02-04Uplift fuel-plugin-bgpvpn to fuel8.0Nikolas Hermanns1-1/+1
2016-02-03Properly handling ubuntu directory as a non top of repositoryMichal Skalski1-2/+3
2016-02-03Sync with upstream repositoryMichal Skalski4-14/+14
2016-02-01Fix KVM/QEMU bugsDavid Chou1-1/+1
2016-01-30Increase size of var partition on Fuel MasterMichal Skalski2-25/+65
2016-01-29Create local mirrors for offline installationMichal Skalski12-44/+173
2016-01-28Rebase Fuel OVS & QEMU plugin to Fuel 8.0Ruijing Guo3-4/+4
2016-01-28fuel-plugin-vsperf: Change repo for vswitchperf pluginBilly O'Mahony3-7/+8
2016-01-28fuel-plugin-ovsnfv: Enable plugin after rebaseBilly O'Mahony1-1/+1
2016-01-28onosfw plugin for 8.0dongfeng2-2/+2
2016-01-28New verified version of OpenDaylightMichal Skalski1-2/+1
2016-01-28Rebase of ks.cfg due to upstream changesStefan K. Berg2-0/+14
2016-01-27Merge "Revert "Fix build failure in fuel base & qemu""Stefan K. Berg2-19/+0
2016-01-26Sync with recent changes in fuel-mainMichal Skalski3-15/+32
2016-01-25Turn predictable network interface names back onStefan K. Berg1-4/+1
2016-01-24Cache as we go instead of in the endStefan K. Berg10-5/+33
">default: unset description: The password for the neutron service account, used by neutron agents. type: string hidden: true NovaPassword: default: unset description: The password for the nova service account, used by nova-api. type: string hidden: true NeutronPublicInterfaceDefaultRoute: default: '' description: A custom default route for the NeutronPublicInterface. type: string NeutronPublicInterfaceIP: default: '' description: A custom IP address to put onto the NeutronPublicInterface. type: string NeutronPublicInterfaceRawDevice: default: '' description: If set, the public interface is a vlan with this device as the raw device. type: string NtpServer: type: string default: '' RabbitUserName: default: guest description: The username for RabbitMQ type: string RabbitPassword: default: guest description: The password for RabbitMQ type: string hidden: true RabbitCookieSalt: type: string default: unset description: Salt for the rabbit cookie, change this to force the randomly generated rabbit cookie to change. HeatStackDomainAdminPassword: description: Password for heat_domain_admin user. type: string default: '' hidden: true MysqlInnodbBufferPoolSize: description: > Specifies the size of the buffer pool in megabytes. Setting to zero should be interpreted as "no value" and will defer to the lower level default. type: number default: 0 KeystoneCACertificate: default: '' description: Keystone self-signed certificate authority certificate. type: string KeystoneSigningCertificate: default: '' description: Keystone certificate for verifying token validity. type: string KeystoneSigningKey: default: '' description: Keystone key for signing tokens. type: string hidden: true resources: RabbitCookie: type: OS::Heat::RandomString properties: length: 20 salt: get_param: RabbitCookieSalt undercloudConfig: type: OS::Heat::StructuredConfig properties: config: completion-signal: {get_input: deploy_signal_id} admin-password: get_param: AdminPassword admin-token: get_param: AdminToken bootstrap_host: bootstrap_nodeid: Fn::Select: - 0 - Fn::Select: - 0 - Merge::Map: undercloud: - Fn::Select: - name - get_attr: - undercloud - show nodeid: {get_input: bootstack_nodeid} bootstack: public_interface_ip: get_param: NeutronPublicInterfaceIP controller-address: get_input: controller_host corosync: bindnetaddr: {get_input: controller_host} mcastport: 5577 nodes: Merge::Map: controller0: ip: {get_attr: [undercloud, networks, ctlplane, 0]} pacemaker: stonith_enabled : false recheck_interval : 5 quorum_policy : ignore ceilometer: db: mysql://ceilometer:unset@localhost/ceilometer metering_secret: {get_param: CeilometerMeteringSecret} snmpd_readonly_user_name: get_param: SnmpdReadonlyUserName snmpd_readonly_user_password: get_param: SnmpdReadonlyUserPassword service-password: get_param: CeilometerPassword db-password: unset glance: backend: file db: mysql://glance:unset@localhost/glance host: 127.0.0.1 port: get_param: GlancePort protocol: get_param: GlanceProtocol service-password: get_param: GlancePassword notifier-strategy: get_param: GlanceNotifierStrategy log-file: get_param: GlanceLogFile heat: admin_password: get_param: HeatPassword admin_tenant_name: service admin_user: heat auth_encryption_key: unset___________ db: mysql://heat:unset@localhost/heat stack_domain_admin_password: {get_param: HeatStackDomainAdminPassword} watch_server_url: {get_input: heat.watch_server_url} metadata_server_url: {get_input: heat.metadata_server_url} waitcondition_server_url: {get_input: heat.waitcondition_server_url} keystone: db: mysql://keystone:unset@localhost/keystone host: 127.0.0.1 ca_certificate: {get_param: KeystoneCACertificate} signing_key: {get_param: KeystoneSigningKey} signing_certificate: {get_param: KeystoneSigningCertificate} mysql: innodb_buffer_pool_size: {get_param: MysqlInnodbBufferPoolSize} neutron: host: 127.0.0.1 ovs_db: mysql://neutron:unset@localhost/ovs_neutron?charset=utf8 ovs: public_interface: get_param: NeutronPublicInterface public_interface_raw_device: get_param: NeutronPublicInterfaceRawDevice public_interface_route: get_param: NeutronPublicInterfaceDefaultRoute physical_bridge: br-ctlplane physical_network: ctlplane network_vlan_ranges: ctlplane bridge_mappings: ctlplane:br-ctlplane tenant_network_type: vlan enable_tunneling: 'False' service-password: get_param: NeutronPassword rabbit: host: 127.0.0.1 username: get_param: RabbitUserName password: get_param: RabbitPassword cookie: get_attr: - RabbitCookie - value ntp: servers: - {server: {get_param: NtpServer}, fudge: "stratum 0"} undercloudPassthroughConfig: type: OS::Heat::StructuredConfig properties: config: {get_input: passthrough_config} undercloud: type: OS::Nova::Server properties: image: get_param: undercloudImage flavor: get_param: Flavor key_name: get_param: KeyName image_update_policy: get_param: ImageUpdatePolicy networks: - network: ctlplane user_data_format: SOFTWARE_CONFIG 99_undercloudDeployment: type: OS::Heat::StructuredDeployment properties: config: {get_resource: undercloudConfig} server: {get_resource: undercloud} input_values: bootstack_nodeid: get_attr: - undercloud - show - name controller_host: get_attr: - undercloud - networks - ctlplane - 0 heat.watch_server_url: list_join: - '' - - 'http://' - get_attr: [undercloud, networks, ctlplane, 0] - ':8003' heat.metadata_server_url: list_join: - '' - - 'http://' - {get_attr: [undercloud, networks, ctlplane, 0]} - ':8000' heat.waitcondition_server_url: list_join: - '' - - 'http://' - {get_attr: [undercloud, networks, ctlplane, 0]} - ':8000/v1/waitcondition' 00_undercloudPassthroughDeployment: type: OS::Heat::StructuredDeployment properties: config: {get_resource: undercloudPassthroughConfig} server: {get_resource: undercloud} signal_transport: NO_SIGNAL input_values: passthrough_config: {get_param: ExtraConfig}