-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use "Auto-Scaling" as prefix to identify Auto-Scaling service. #54
Comments
We have this issue for several times. |
@rolivieri, this is the main problem we have in using getServices(type:). To prevent this cycle recurring. I would like to use this issue to thrash out between you, me and @qibobo exactly how to solve this. I see two options:
Let's get this problem sorted once and for all gentlemen. |
@mattcolegate - Last time we discussed the name could be anything the developer wants but the label should always be Auto-Scaling. I don't think developers that use Bluemix can change the label for the auto-scaling service. Now, what I am guessing is happening here is that @qibobo is part of the auto-scaling team and because of that, they have rights to label their service in any way they want. And, hence, the issue you guys are seeing. What I think we should do is something along point 2 you described above (Auto-Scaling[.*].) I will change Swift-cfenv to address this and let you guys once it is done. Thanks for providing the additional info. |
@mattcolegate @qibobo New version of Swift-cfenv is now available: 3.0.1. No changes are required to SwiftMetrics. @qibobo Make sure you clean up your Packages folder to force SwiftPM download Swift-cfenv 3.0.1. |
@mattcolegate @rolivieri The label of Auto-Scaling service will be different in some Bluemix envs. When in YP it is "Auto-Scaling", and when in Bluemix local or dedicated envs or our test envs it may be "Auto-Scaling***". So we should use "Auto-Scaling" as the prefix the get the service. |
@qibobo Got it, thx for the additional info. I had initially wrongly thought that the label was always the same in all environments. After the changes we made yesterday to the config library, you should be good now. Let us know if you run into another problem regarding the label. |
Closing this work item as it appears to be fixed in Swift-cfenv. |
The service label could be Auto-Scaling,Auto-Scaling-Dedicated,Auto-Scaling-Local, Auto-Scaling-Private-Qiyang or some thing like Auto-Scaling****.
The text was updated successfully, but these errors were encountered: