GitHub user ygy opened a pull request:
https://github.com/apache/incubator-brooklyn/pull/868
Adding timestamp to the template options' name
- timeStamp replaces the previously used randId.
- timeStamp uses the standard unix timestamp represented
as a 8-char hex string.
- It represents the moment in time when the name is constructed.
- It gives the possibility to search easily for instances, security
groups, keypairs, etc based on timestamp without complicated
enumeration
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ygy/incubator-brooklyn
feature/embed-timestamp-to
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-brooklyn/pull/868.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #868
----
commit cdcce8c6cb738eeae24dbb89b8f911e192cdb3e8
Author: Yavor Yanchev <[email protected]>
Date: 2015-08-26T15:29:35Z
Adding timestamp to the template options' name
- timeStamp replaces the previously used randId.
- timeStamp uses the standard unix timestamp represented
as a 8-char hex string.
- It represents the moment in time when the name is constructed.
- It gives the possibility to search easily for instances, security
groups, keypairs, etc based on timestamp without complicated
enumeration
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---