This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# First insert the domains to the powerdns database used by bosh | |
insert into domains(name,type) values('a9s.eu','NATIVE'); | |
insert into domains(name,type) values('a9sapp.eu','NATIVE'); | |
# Then insert the required dns settings | |
# You need to replace the domain name and the domain_id. We're using *.de.a9s.eu as Cloud Foundry | |
# domain and *.de.a9sapp.eu as app domain. | |
insert into records(name,type,content,ttl,change_date,domain_id) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
network: network: | |
cloud_properties: cloud_properties: | |
name: "anynines" name: "anynines" | |
ip: 5.22.x.x | net_id: 12345678-9101-1121-1236-142355d67ca5 | |
netmask: 255.255.255.0 | type: manual | |
gateway: 5.22.x.x | label: private | |
dns: | ip: 10.10.10.10 | |
- 109.234.x.x < | |
- 109.234.x.x < |