Skip to content

base2Services/hl-component-service-discovery

 
 

Repository files navigation

service-discovery CfHighlander component

Parameters

Name Use Default Global Type Allowed Values
EnvironmentName Tagging dev true string
EnvironmentType Tagging development true string ['development','production']
VPCId VPC ID to connect to None false AWS::EC2::VPC::Id

Outputs/Exports

Name Value Exported
NamespaceId The namespace ID of the service discovery zone true

Included Components

lib-ec2 lib-iam

Example Configuration

Highlander

  Component name: 'servicediscovery', template: 'service-discovery' do
    parameter name: 'VPCId', value: cfout('vpcv2', 'VPCId')
  end

Service-Discovery Configuration

namespace: myappcloud
type: private

Cfhighlander Setup

install cfhighlander gem

gem install cfhighlander

or via docker

docker pull theonestack/cfhighlander

Testing Components

Running the tests

cfhighlander cftest service-discovery

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%