diff --git a/spec/integration/config/azure.publishsettings b/spec/integration/config/azure.publishsettings new file mode 100644 index 0000000..bf6b98e --- /dev/null +++ b/spec/integration/config/azure.publishsettings @@ -0,0 +1,11 @@ + + + + + + \ No newline at end of file diff --git a/spec/integration/config/environment.yml.sample b/spec/integration/config/environment.yml.sample new file mode 100644 index 0000000..ef8d3a5 --- /dev/null +++ b/spec/integration/config/environment.yml.sample @@ -0,0 +1,28 @@ +# Copyright: Copyright (c) 2012 Opscode, Inc. +# License: Apache License, Version 2.0 +# +# 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. + +# Author:: Siddheshwar More () + +# FIXME For now we will fetch the creds from a config file + +development: + azure_subscription_id: azure_subscription_id + azure_mgmt_cert: azure_mgmt_cert + azure_api_host_name: azure_api_host_name + azure_service_location: azure_service_location + ssh_user: ssh_user + ssh_password: ssh_password + winrm_user: winrm_user + winrm_password: winrm_password diff --git a/spec/integration/config/id_rsa b/spec/integration/config/id_rsa new file mode 100644 index 0000000..67bb366 --- /dev/null +++ b/spec/integration/config/id_rsa @@ -0,0 +1,20 @@ +-----BEGIN RSA PRIVATE KEY----- +MauOGBtjBRbiQvzLdMnW3p+SBhU5ndxvmRMcayxEBPLXk4DK2pgwdLiBlotSBawD +QvzLdMnW3p+SBhU5ndxvmRMcayxEBPLXk4DK2pgwdLiBlotSBawD9lI7phD58eQ8 +sl5jWVcs+USsPP4bs9+0NAQNNn/vsCp3V8UM1drc22T7tVpyNhvjtAphpu1PlhIM +UaxuPi7vHPhwNfujT6w9ufvQKj0M/Athy/CV9QyHEeeDLJ8OTefuTLvI7sBfwhYX +bUEn+qw09YjT4BePuzzwc/YS12EBgMiLLtr7YOVPRAGq78223BBUMvwoWSNVDLsO +Tb9JB59VSxiB594+L3H50jINMeCf2q5cHxJSmDBxaF3uyOoPdyHMBdNBEg2jU08J +SUenWkj9/aw87C5IOaUKsqmQED76sKU/LfQTzQIBIwKCAQEAtEZmBmHo1J45pjkQ +GkFioaGmhlOT6g49/ncSIZMfkxKB7tsP2MJ2r/GBctD3ZNIvAo4C0if2OSm8ebHD +8Xluzhp21HNy3mYaIprfKhMFCkqFQyemliY8Dr6JrZnI4nDqb7EG/9Aqq3tkA5Wz ++szlKN/tEOGY746nFkET4fLiBaxuLGKskMGE9Th3te7IOY+az4WJ2xE2d5piLhrD +UaxuPi7vHPhwNfujT6w9ufvQKj0M/Athy/CV9QyHEeeDLJ8OTefuTLvI7sBfwhYX +bUEn+qw09YjT4BePuzzwc/YS12EBgMiLLtr7YOVPRAGq78223BBUMvwoWSNVDLsO +Tb9JB59VSxiB594+L3H50jINMeCf2q5cHxJSmDBxaF3uyOoPdyHMBdNBEg2jU08J +SUenWkj9/aw87C5IOaUKsqmQED76sKU/LfQTzQIBIwKCAQEAtEZmBmHo1J45pjkQ +GkFioaGmhlOT6g49/ncSIZMfkxKB7tsP2MJ2r/GBctD3ZNIvAo4C0if2OSm8ebHD +8Xluzhp21HNy3mYaIprfKhMFCkqFQyemliY8Dr6JrZnI4nDqb7EG/9Aqq3tkA5Wz ++szlKN/tEOGY746nFkET4fLiBaxuLGKskMGE9Th3te7IOY+az4WJ2xE2d5piLhrD +yg3Vi/t/IKjJpewbQywxra5qZjcuWdRV40wXPpoFDIzT2QisvQ== +-----END RSA PRIVATE KEY-----