From e3e48e59e2c91e0291c2a5d261cf81b85206b723 Mon Sep 17 00:00:00 2001 From: wildone Date: Tue, 10 Aug 2021 17:37:38 +1000 Subject: [PATCH] remove not required files. --- automation-test-sdk.yml | 19 ------ privateregistry.xml | 124 ---------------------------------------- requirements.txt | 60 ------------------- requirements.yml | 6 -- 4 files changed, 209 deletions(-) delete mode 100644 automation-test-sdk.yml delete mode 100755 privateregistry.xml delete mode 100755 requirements.txt delete mode 100644 requirements.yml diff --git a/automation-test-sdk.yml b/automation-test-sdk.yml deleted file mode 100644 index 719ecfc31..000000000 --- a/automation-test-sdk.yml +++ /dev/null @@ -1,19 +0,0 @@ ---- -- name: testingprep - hosts: localhost - become: true - vars: - aem_port: "4502" - aem_host: "author" - aem_username: "admin" - aem_password: "admin" - debug_hide: false - - tasks: - - name: verify aem is ready - include_role: - name: "aem_design.aem_verify" - vars: - aem_port: "{{ aem_port }}" - aem_host: "{{ aem_host }}" - debug_hide: false diff --git a/privateregistry.xml b/privateregistry.xml deleted file mode 100755 index f71be1018..000000000 --- a/privateregistry.xml +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - localinstance - admin - admin - - - - privateregistry - admin - admin123 - - - - localdev - admin - admin123 - - - - - - - - adobe-public - - - true - - - - adobe-public-releases - Adobe Public Releases - http://repo.adobe.com/nexus/content/groups/public - - - - - adobe-public-releases - Adobe Public Repository - http://repo.adobe.com/nexus/content/groups/public - - true - never - - - false - - - - - - - adobe-public-releases - Adobe Public Repository - http://repo.adobe.com/nexus/content/groups/public - - true - never - - - false - - - - - - - privateregistry - - false - - - - privateregistry - http://localhost:8081/repository/maven-snapshots - - true - - - true - - - - - - privateregistry - http://localhost:8081/repository/maven-snapshots - - true - - - true - - - - - - - - - aemdesign-mirror - * - http://localhost:8081/repository/maven-releases/ - - - - - aemdesign-proxy - true - http - localhost:8081 - 8081 - localhost,127.0.0.1 - - - \ No newline at end of file diff --git a/requirements.txt b/requirements.txt deleted file mode 100755 index af2edac0a..000000000 --- a/requirements.txt +++ /dev/null @@ -1,60 +0,0 @@ -#python -c "import ansible; print(ansible.__version__)" -#ansible==2.2.1.0 -#ansible<2.6.0 -ansible - -#python -c "import paramiko; print(paramiko.__version__)" -paramiko - -#python -c "import pycrypto; print(pycrypto.__version__)" -pycrypto - -#python -c "import yaml; print(yaml.__version__)" -PyYAML - -#python -c "import jinja2; print(jinja2.__version__)" -Jinja2<2.9 - -#python -c "import httplib2; print(httplib2.__version__)" -httplib2 - -#python -c "import boto; print(boto.__version__)" -boto - -#python -c "import xmltodict; print(xmltodict.__version__)" -xmltodict - -#python -c "import six; print(six.__version__)" -six - -#python -c "import packaging; print(packaging.__version__)" -packaging - -#python -c "import appdirs; print(appdirs.__version__)" -appdirs - -#python -c "import setuptools; print(setuptools.__version__)" -setuptools - -#python -c "import cryptography; print(cryptography.__version__)" -cryptography - -#python -c "import docker; print(docker.__version__)" -#docker>==2.0.0 - -#python -c "import docker; print(docker.__version__)" -#docker-py>==1.9.0 -docker - -#python -c "import docker; print(docker.__version__)" -docker-compose - -#python -c "import BeautifulSoup; print(BeautifulSoup.__version__)" -beautifulsoup4 - -#python -c "import pycurl; print(pycurl.version)" -pycurl - -#pyaem -#python -c "import pyaem; print(pyaem.__version__)" -pyaem2 diff --git a/requirements.yml b/requirements.yml deleted file mode 100644 index 61a8c3e67..000000000 --- a/requirements.yml +++ /dev/null @@ -1,6 +0,0 @@ -# from galaxy -- src: aem_design.aem -- src: aem_design.aem_license -- src: aem_design.aem_verify -- src: aem_design.selenium_grid -- src: aem_design.selenium_grid_node