Neutrollized/rundeck-gcp-nodes-plugin

View on GitHub
src/main/resources/defaultMapping.properties

Summary

Maintainability
Test Coverage
#
# Copyright 2011 DTO Solutions, Inc. (http://dtosolutions.com)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

description.default=GCE node instance
hostname.selector=name
environment.default=test
environment.selector=labels.environment
instanceId.selector=id
selfLink.selector=selfLink
nodename.selector=name,id
osFamily.default=linux
osFamily.selector=labels.osfamily
osName.default=unknown
osName.selector=labels.osname
internalIp.selector=networkInterfaces
natIp.selector=accessConfigs
state.selector=status
tag.provisioning.selector=status=provisioning
tag.staging.selector=status=staging
tag.running.selector=status=running
tag.stopping.selector=status=stopping
tag.terminated.selector=status=terminated
tags.default=gce
tags.selector=labels.environment|labels.osname
username.default=rundeck
username.selector=tags/Rundeck-User