-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #81 from markusewalker/markus/task-1643
Automate private registry tests that are done for release testing
- Loading branch information
Showing
62 changed files
with
1,191 additions
and
459 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,22 @@ | ||
package aws | ||
|
||
type Config struct { | ||
AMI string `json:"ami,omitempty" yaml:"ami,omitempty"` | ||
AWSInstanceType string `json:"awsInstanceType,omitempty" yaml:"awsInstanceType,omitempty"` | ||
AWSKeyName string `json:"awsKeyName,omitempty" yaml:"awsKeyName,omitempty"` | ||
AWSRootSize int64 `json:"awsRootSize,omitempty" yaml:"awsRootSize,omitempty"` | ||
AWSSecurityGroupNames []string `json:"awsSecurityGroupNames,omitempty" yaml:"awsSecurityGroupNames,omitempty"` | ||
AWSSecurityGroups []string `json:"awsSecurityGroups,omitempty" yaml:"awsSecurityGroups,omitempty"` | ||
AWSSubnetID string `json:"awsSubnetID,omitempty" yaml:"awsSubnetID,omitempty"` | ||
AWSSubnets []string `json:"awsSubnets,omitempty" yaml:"awsSubnets,omitempty"` | ||
AWSVpcID string `json:"awsVpcID,omitempty" yaml:"awsVpcID,omitempty"` | ||
AWSRoute53Zone string `json:"awsRoute53Zone,omitempty" yaml:"awsRoute53Zone,omitempty"` | ||
AWSZoneLetter string `json:"awsZoneLetter,omitempty" yaml:"awsZoneLetter,omitempty"` | ||
PrivateAccess bool `json:"privateAccess,omitempty" yaml:"privateAccess,omitempty"` | ||
PublicAccess bool `json:"publicAccess,omitempty" yaml:"publicAccess,omitempty"` | ||
RegistryRootSize int64 `json:"registryRootSize,omitempty" yaml:"registryRootSize,omitempty"` | ||
Region string `json:"region,omitempty" yaml:"region,omitempty"` | ||
AWSUser string `json:"awsUser,omitempty" yaml:"awsUser,omitempty"` | ||
Timeout string `json:"timeout,omitempty" yaml:"timeout,omitempty"` | ||
AMI string `json:"ami,omitempty" yaml:"ami,omitempty"` | ||
AWSInstanceType string `json:"awsInstanceType,omitempty" yaml:"awsInstanceType,omitempty"` | ||
AWSKeyName string `json:"awsKeyName,omitempty" yaml:"awsKeyName,omitempty"` | ||
AWSRootSize int64 `json:"awsRootSize,omitempty" yaml:"awsRootSize,omitempty"` | ||
AWSSecurityGroupNames []string `json:"awsSecurityGroupNames,omitempty" yaml:"awsSecurityGroupNames,omitempty"` | ||
AWSSecurityGroups []string `json:"awsSecurityGroups,omitempty" yaml:"awsSecurityGroups,omitempty"` | ||
AWSSubnetID string `json:"awsSubnetID,omitempty" yaml:"awsSubnetID,omitempty"` | ||
AWSSubnets []string `json:"awsSubnets,omitempty" yaml:"awsSubnets,omitempty"` | ||
AWSVpcID string `json:"awsVpcID,omitempty" yaml:"awsVpcID,omitempty"` | ||
AWSRoute53Zone string `json:"awsRoute53Zone,omitempty" yaml:"awsRoute53Zone,omitempty"` | ||
AWSZoneLetter string `json:"awsZoneLetter,omitempty" yaml:"awsZoneLetter,omitempty"` | ||
PrivateAccess bool `json:"privateAccess,omitempty" yaml:"privateAccess,omitempty"` | ||
PublicAccess bool `json:"publicAccess,omitempty" yaml:"publicAccess,omitempty"` | ||
RegistryRootSize int64 `json:"registryRootSize,omitempty" yaml:"registryRootSize,omitempty"` | ||
Region string `json:"region,omitempty" yaml:"region,omitempty"` | ||
StandaloneSecurityGroupNames []string `json:"standaloneSecurityGroupNames,omitempty" yaml:"standaloneSecurityGroupNames,omitempty"` | ||
AWSUser string `json:"awsUser,omitempty" yaml:"awsUser,omitempty"` | ||
Timeout string `json:"timeout,omitempty" yaml:"timeout,omitempty"` | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.