Sha256: 4ce8ab554098c12090867c46d6422db4efcc4c6fdcf86af083397212a9cc7a45
Contents?: true
Size: 1.03 KB
Versions: 1
Compression:
Stored size: 1.03 KB
Contents
Feature: Assign DNS to environment IP address I want to assign DNS record to an AppCloud environment IP address Background: Given I have setup my engineyard email/password for API access And I have "two apps" in AppCloud And I have setup my dnsimple credentials And I have DNSimple domain "myapp.com" Scenario: Assign DNS A Record to an environment When I run local executable "ey-dnsimple" with arguments "assign myapp.com --account main --environment giblets" Then I should see matching """ Fetching AppCloud environment information... Found environment giblets on account main with IP 174.129.7.113 Assigning myapp.com --> 174.129.7.113 (main/giblets) Created A record for myapp.com (id:\d+) Assigning www.myapp.com --> 174.129.7.113 (main/giblets) Created A record for myapp.com (id:\d+) Complete! Found 2 records for myapp.com .myapp.com (A)-> 174.129.7.113 (ttl:60, id:\d+) www.myapp.com (A)-> 174.129.7.113 (ttl:60, id:\d+) """
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
engineyard-dnsimple-0.1.2 | features/assign_dns_to_environment.feature |