mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
(maint) change domain to example.com
Prior to this commit the docs and examples used 'company.com' (a real domain). This commit changes those occurrences to 'example.com', which is a IANA-managed reserved domain.
This commit is contained in:
parent
099b53f348
commit
c3d90dbfa6
9 changed files with 44 additions and 44 deletions
2
spec/fixtures/vmpooler.yaml
vendored
2
spec/fixtures/vmpooler.yaml
vendored
|
|
@ -23,7 +23,7 @@
|
|||
allowed_tags:
|
||||
- 'created_by'
|
||||
- 'project'
|
||||
domain: 'company.com'
|
||||
domain: 'example.com'
|
||||
prefix: 'poolvm-'
|
||||
|
||||
# Uncomment the lines below to suppress metrics to STDOUT
|
||||
|
|
|
|||
2
spec/fixtures/vmpooler2.yaml
vendored
2
spec/fixtures/vmpooler2.yaml
vendored
|
|
@ -23,7 +23,7 @@
|
|||
allowed_tags:
|
||||
- 'created_by'
|
||||
- 'project'
|
||||
domain: 'company.com'
|
||||
domain: 'example.com'
|
||||
prefix: 'poolvm-'
|
||||
|
||||
# Uncomment the lines below to suppress metrics to STDOUT
|
||||
|
|
|
|||
|
|
@ -2255,7 +2255,7 @@ EOT
|
|||
let(:config) {
|
||||
YAML.load(<<-EOT
|
||||
:vsphere:
|
||||
server: 'vsphere.company.com'
|
||||
server: 'vsphere.example.com'
|
||||
username: 'vmpooler'
|
||||
password: 'password'
|
||||
:pools:
|
||||
|
|
@ -2267,7 +2267,7 @@ EOT
|
|||
expect(subject.config[:providers]).to be nil
|
||||
|
||||
subject.execute!(1,0)
|
||||
expect(subject.config[:providers][:vsphere]['server']).to eq('vsphere.company.com')
|
||||
expect(subject.config[:providers][:vsphere]['server']).to eq('vsphere.example.com')
|
||||
expect(subject.config[:providers][:vsphere]['username']).to eq('vmpooler')
|
||||
expect(subject.config[:providers][:vsphere]['password']).to eq('password')
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue