Skip to content

Python3 steps pr 1.x #24

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

Merged
merged 12 commits into from
Jun 30, 2021
Merged

Python3 steps pr 1.x #24

merged 12 commits into from
Jun 30, 2021

Conversation

gregharvey
Copy link
Member

No description provided.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@gregharvey gregharvey merged commit 018a561 into 1.x Jun 30, 2021
gregharvey added a commit that referenced this pull request Jun 30, 2021
* 1.x dev (#19)

* Contribute docs (#12)

* Staging 1.1.10 release to test CI.

* Starting some contributor docs.

* Minor change to tag deletion.

* Making separate CI file for PR tests. (#14)

* Updating domain_name to _domain_name.

* Adding _domain_name var to blank template too.

* Updating _domain_name var for controller.

* env_type also becomes _env_type.

* Adding _env_type to blank template.

* Adding _env_type to drupal8 template.

* Adding _env_type to drupal8 deploy template.

* Adding _env_type to blank deploy template.

* Try adding _env_type directly to PHP CLI role vars.

* Explicitly adding fpm var required.

* Python3 steps pr 1.x (#23)

* Fixing Dockerfile to install Ansible from pip.

* Installing boto3 from pip.

* Rogue 'i'.

* Updating ansible path.

* Wrong path.

* Set Python3 as default on controller.

* Adding Ansible galaxy var.

* Setting the base container to use python3 as default.

* Python3 steps pr 1.x (#24)

* Fixing Dockerfile to install Ansible from pip.

* Installing boto3 from pip.

* Rogue 'i'.

* Updating ansible path.

* Wrong path.

* Set Python3 as default on controller.

* Adding Ansible galaxy var.

* Setting the base container to use python3 as default.

* Adding pip3 to base container.

* Moving to _domain_name to be consistent with other projects.

* Bump glob-parent from 5.1.1 to 5.1.2 (#20)

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Packing release for Python3 containers.

* Adding a build for a prebuilt CI image.

* Adding the docker SSH entrypoint script.

* Updating container image name.

* Making apt handling more robust.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
gregharvey added a commit that referenced this pull request Jul 2, 2021
* 1.x dev (#19)

* Contribute docs (#12)

* Staging 1.1.10 release to test CI.

* Starting some contributor docs.

* Minor change to tag deletion.

* Making separate CI file for PR tests. (#14)

* Updating domain_name to _domain_name.

* Adding _domain_name var to blank template too.

* Updating _domain_name var for controller.

* env_type also becomes _env_type.

* Adding _env_type to blank template.

* Adding _env_type to drupal8 template.

* Adding _env_type to drupal8 deploy template.

* Adding _env_type to blank deploy template.

* Try adding _env_type directly to PHP CLI role vars.

* Explicitly adding fpm var required.

* Python3 steps pr 1.x (#23)

* Fixing Dockerfile to install Ansible from pip.

* Installing boto3 from pip.

* Rogue 'i'.

* Updating ansible path.

* Wrong path.

* Set Python3 as default on controller.

* Adding Ansible galaxy var.

* Setting the base container to use python3 as default.

* Python3 steps pr 1.x (#24)

* Fixing Dockerfile to install Ansible from pip.

* Installing boto3 from pip.

* Rogue 'i'.

* Updating ansible path.

* Wrong path.

* Set Python3 as default on controller.

* Adding Ansible galaxy var.

* Setting the base container to use python3 as default.

* Adding pip3 to base container.

* Moving to _domain_name to be consistent with other projects.

* Bump glob-parent from 5.1.1 to 5.1.2 (#20)

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Packing release for Python3 containers.

* Adding a build for a prebuilt CI image.

* Adding the docker SSH entrypoint script.

* Updating container image name.

* Making apt handling more robust.

* Moving the CI container code to just be documentation.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
gregharvey added a commit that referenced this pull request Jul 2, 2021
* 1.x dev (#19)

* Contribute docs (#12)

* Staging 1.1.10 release to test CI.

* Starting some contributor docs.

* Minor change to tag deletion.

* Making separate CI file for PR tests. (#14)

* Updating domain_name to _domain_name.

* Adding _domain_name var to blank template too.

* Updating _domain_name var for controller.

* env_type also becomes _env_type.

* Adding _env_type to blank template.

* Adding _env_type to drupal8 template.

* Adding _env_type to drupal8 deploy template.

* Adding _env_type to blank deploy template.

* Try adding _env_type directly to PHP CLI role vars.

* Explicitly adding fpm var required.

* Python3 steps pr 1.x (#23)

* Fixing Dockerfile to install Ansible from pip.

* Installing boto3 from pip.

* Rogue 'i'.

* Updating ansible path.

* Wrong path.

* Set Python3 as default on controller.

* Adding Ansible galaxy var.

* Setting the base container to use python3 as default.

* Python3 steps pr 1.x (#24)

* Fixing Dockerfile to install Ansible from pip.

* Installing boto3 from pip.

* Rogue 'i'.

* Updating ansible path.

* Wrong path.

* Set Python3 as default on controller.

* Adding Ansible galaxy var.

* Setting the base container to use python3 as default.

* Adding pip3 to base container.

* Moving to _domain_name to be consistent with other projects.

* Bump glob-parent from 5.1.1 to 5.1.2 (#20)

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Packing release for Python3 containers.

* Adding a build for a prebuilt CI image.

* Adding the docker SSH entrypoint script.

* Updating container image name.

* Making apt handling more robust.

* Moving the CI container code to just be documentation.

* Updating docs for using ce-dev to build CI containers.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@gregharvey gregharvey deleted the python3_steps-PR-1.x branch July 2, 2021 12:13
gregharvey added a commit that referenced this pull request Jul 8, 2021
* 1.x dev (#19)

* Contribute docs (#12)

* Staging 1.1.10 release to test CI.

* Starting some contributor docs.

* Minor change to tag deletion.

* Making separate CI file for PR tests. (#14)

* Updating domain_name to _domain_name.

* Adding _domain_name var to blank template too.

* Updating _domain_name var for controller.

* env_type also becomes _env_type.

* Adding _env_type to blank template.

* Adding _env_type to drupal8 template.

* Adding _env_type to drupal8 deploy template.

* Adding _env_type to blank deploy template.

* Try adding _env_type directly to PHP CLI role vars.

* Explicitly adding fpm var required.

* Python3 steps pr 1.x (#23)

* Fixing Dockerfile to install Ansible from pip.

* Installing boto3 from pip.

* Rogue 'i'.

* Updating ansible path.

* Wrong path.

* Set Python3 as default on controller.

* Adding Ansible galaxy var.

* Setting the base container to use python3 as default.

* Python3 steps pr 1.x (#24)

* Fixing Dockerfile to install Ansible from pip.

* Installing boto3 from pip.

* Rogue 'i'.

* Updating ansible path.

* Wrong path.

* Set Python3 as default on controller.

* Adding Ansible galaxy var.

* Setting the base container to use python3 as default.

* Adding pip3 to base container.

* Moving to _domain_name to be consistent with other projects.

* Bump glob-parent from 5.1.1 to 5.1.2 (#20)

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Packing release for Python3 containers.

* Gitlab runner container pr 1.x (#26)

* Adding a build for a prebuilt CI image.

* Adding the docker SSH entrypoint script.

* Updating container image name.

* Making apt handling more robust.

* Adding a CI container.

* Gitlab runner container pr 1.x (#28)

* Adding a build for a prebuilt CI image.

* Adding the docker SSH entrypoint script.

* Updating container image name.

* Making apt handling more robust.

* Moving the CI container code to just be documentation.

* Gitlab runner container pr 1.x (#30)

* Adding a build for a prebuilt CI image.

* Adding the docker SSH entrypoint script.

* Updating container image name.

* Making apt handling more robust.

* Moving the CI container code to just be documentation.

* Updating docs for using ce-dev to build CI containers.

* Wrong var in deploy.yml for drupal8.

* Adding lhci role to template containers.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
gregharvey added a commit that referenced this pull request Jul 9, 2021
…latform isn't Darwin (#32)

* 1.x dev (#19)

* Contribute docs (#12)

* Staging 1.1.10 release to test CI.

* Starting some contributor docs.

* Minor change to tag deletion.

* Making separate CI file for PR tests. (#14)

* Updating domain_name to _domain_name.

* Adding _domain_name var to blank template too.

* Updating _domain_name var for controller.

* env_type also becomes _env_type.

* Adding _env_type to blank template.

* Adding _env_type to drupal8 template.

* Adding _env_type to drupal8 deploy template.

* Adding _env_type to blank deploy template.

* Try adding _env_type directly to PHP CLI role vars.

* Explicitly adding fpm var required.

* Python3 steps pr 1.x (#23)

* Fixing Dockerfile to install Ansible from pip.

* Installing boto3 from pip.

* Rogue 'i'.

* Updating ansible path.

* Wrong path.

* Set Python3 as default on controller.

* Adding Ansible galaxy var.

* Setting the base container to use python3 as default.

* Python3 steps pr 1.x (#24)

* Fixing Dockerfile to install Ansible from pip.

* Installing boto3 from pip.

* Rogue 'i'.

* Updating ansible path.

* Wrong path.

* Set Python3 as default on controller.

* Adding Ansible galaxy var.

* Setting the base container to use python3 as default.

* Adding pip3 to base container.

* Moving to _domain_name to be consistent with other projects.

* Bump glob-parent from 5.1.1 to 5.1.2 (#20)

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Packing release for Python3 containers.

* Gitlab runner container pr 1.x (#26)

* Adding a build for a prebuilt CI image.

* Adding the docker SSH entrypoint script.

* Updating container image name.

* Making apt handling more robust.

* Adding a CI container.

* Gitlab runner container pr 1.x (#28)

* Adding a build for a prebuilt CI image.

* Adding the docker SSH entrypoint script.

* Updating container image name.

* Making apt handling more robust.

* Moving the CI container code to just be documentation.

* Gitlab runner container pr 1.x (#30)

* Adding a build for a prebuilt CI image.

* Adding the docker SSH entrypoint script.

* Updating container image name.

* Making apt handling more robust.

* Moving the CI container code to just be documentation.

* Updating docs for using ce-dev to build CI containers.

* Switch to using the ip command instead of ifconfig when the platform isn't darwin.

Co-authored-by: Greg Harvey <greg.harvey@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
gregharvey added a commit that referenced this pull request Jul 12, 2021
* 1.x dev (#19)

* Contribute docs (#12)

* Staging 1.1.10 release to test CI.

* Starting some contributor docs.

* Minor change to tag deletion.

* Making separate CI file for PR tests. (#14)

* Updating domain_name to _domain_name.

* Adding _domain_name var to blank template too.

* Updating _domain_name var for controller.

* env_type also becomes _env_type.

* Adding _env_type to blank template.

* Adding _env_type to drupal8 template.

* Adding _env_type to drupal8 deploy template.

* Adding _env_type to blank deploy template.

* Try adding _env_type directly to PHP CLI role vars.

* Explicitly adding fpm var required.

* Python3 steps pr 1.x (#23)

* Fixing Dockerfile to install Ansible from pip.

* Installing boto3 from pip.

* Rogue 'i'.

* Updating ansible path.

* Wrong path.

* Set Python3 as default on controller.

* Adding Ansible galaxy var.

* Setting the base container to use python3 as default.

* Python3 steps pr 1.x (#24)

* Fixing Dockerfile to install Ansible from pip.

* Installing boto3 from pip.

* Rogue 'i'.

* Updating ansible path.

* Wrong path.

* Set Python3 as default on controller.

* Adding Ansible galaxy var.

* Setting the base container to use python3 as default.

* Adding pip3 to base container.

* Moving to _domain_name to be consistent with other projects.

* Bump glob-parent from 5.1.1 to 5.1.2 (#20)

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Packing release for Python3 containers.

* Gitlab runner container pr 1.x (#26)

* Adding a build for a prebuilt CI image.

* Adding the docker SSH entrypoint script.

* Updating container image name.

* Making apt handling more robust.

* Adding a CI container.

* Gitlab runner container pr 1.x (#28)

* Adding a build for a prebuilt CI image.

* Adding the docker SSH entrypoint script.

* Updating container image name.

* Making apt handling more robust.

* Moving the CI container code to just be documentation.

* Gitlab runner container pr 1.x (#30)

* Adding a build for a prebuilt CI image.

* Adding the docker SSH entrypoint script.

* Updating container image name.

* Making apt handling more robust.

* Moving the CI container code to just be documentation.

* Updating docs for using ce-dev to build CI containers.

* Switch to using the ip command instead of ifconfig when the platform isn't darwin. (#31)

* Lhci integration pr 1.x (#34)

* Wrong var in deploy.yml for drupal8.

* Adding lhci role to template containers.

* Packaging release 1.1.13.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dan Smith <galooph@gmail.com>
gregharvey added a commit that referenced this pull request Jul 21, 2021
* 1.x dev (#19)

* Contribute docs (#12)

* Staging 1.1.10 release to test CI.

* Starting some contributor docs.

* Minor change to tag deletion.

* Making separate CI file for PR tests. (#14)

* Updating domain_name to _domain_name.

* Adding _domain_name var to blank template too.

* Updating _domain_name var for controller.

* env_type also becomes _env_type.

* Adding _env_type to blank template.

* Adding _env_type to drupal8 template.

* Adding _env_type to drupal8 deploy template.

* Adding _env_type to blank deploy template.

* Try adding _env_type directly to PHP CLI role vars.

* Explicitly adding fpm var required.

* Python3 steps pr 1.x (#23)

* Fixing Dockerfile to install Ansible from pip.

* Installing boto3 from pip.

* Rogue 'i'.

* Updating ansible path.

* Wrong path.

* Set Python3 as default on controller.

* Adding Ansible galaxy var.

* Setting the base container to use python3 as default.

* Python3 steps pr 1.x (#24)

* Fixing Dockerfile to install Ansible from pip.

* Installing boto3 from pip.

* Rogue 'i'.

* Updating ansible path.

* Wrong path.

* Set Python3 as default on controller.

* Adding Ansible galaxy var.

* Setting the base container to use python3 as default.

* Adding pip3 to base container.

* Moving to _domain_name to be consistent with other projects.

* Bump glob-parent from 5.1.1 to 5.1.2 (#20)

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Packing release for Python3 containers.

* Gitlab runner container pr 1.x (#26)

* Adding a build for a prebuilt CI image.

* Adding the docker SSH entrypoint script.

* Updating container image name.

* Making apt handling more robust.

* Adding a CI container.

* Gitlab runner container pr 1.x (#28)

* Adding a build for a prebuilt CI image.

* Adding the docker SSH entrypoint script.

* Updating container image name.

* Making apt handling more robust.

* Moving the CI container code to just be documentation.

* Gitlab runner container pr 1.x (#30)

* Adding a build for a prebuilt CI image.

* Adding the docker SSH entrypoint script.

* Updating container image name.

* Making apt handling more robust.

* Moving the CI container code to just be documentation.

* Updating docs for using ce-dev to build CI containers.

* Switch to using the ip command instead of ifconfig when the platform isn't darwin. (#31)

* Lhci integration pr 1.x (#34)

* Wrong var in deploy.yml for drupal8.

* Adding lhci role to template containers.

* Packaging release 1.1.13.

* Adding install_command variable to Drupal 8 template.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dan Smith <galooph@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant