Shane McDonald
cb91b97fd0
Update pot files
2018-05-07 17:35:14 -04:00
Shane McDonald
17b6051233
Merge pull request #1826 from shanemcd/update-install-docs
...
Update install docs
2018-04-30 12:05:11 -04:00
Shane McDonald
6f4ef29ae7
Update install docs
...
- Document openshift_skip_tls_verify
- Document openshift_pg_emptydir
- Add minimum minishift specs
- Move minishift section below variable reference
2018-04-30 12:02:57 -04:00
Shane McDonald
4fdf462b98
Merge branch 'release_3.3.0' into awx/devel
...
# Conflicts:
# awx/ui/client/src/standard-out/standard-out-factories/main.js
# awx/ui/package.json
2018-04-27 10:17:59 -04:00
Shane McDonald
5313e069ca
Merge pull request #1799 from shanemcd/devel
...
Fix Helm PostgreSQL deployment name
2018-04-25 11:22:39 -04:00
Shane McDonald
e5faf0798f
Always pull memcached image
2018-04-25 11:17:37 -04:00
Shane McDonald
e623c3d7cd
Don’t hardcode Helm PostgreSQL deployment name
2018-04-25 11:17:26 -04:00
Shane McDonald
e2deab485e
Merge pull request #1776 from enginvardar/devel
...
Install unzip for awx_task docker image to enable usage of unarchive …
2018-04-20 09:11:23 -04:00
Shane McDonald
98a9e82d2d
Fix image build role when not deploying to localhost
2018-04-20 00:07:25 -04:00
Shane McDonald
590d5ccad1
Merge pull request #1718 from soumikgh/devel
...
Bind mount to custom certs to `source/anchors` subfolder
2018-04-19 22:33:36 -04:00
Shane McDonald
f4f22dc585
Merge pull request #1777 from shanemcd/devel
...
Use Deployment on Kubernetes
2018-04-18 10:32:40 -04:00
Shane McDonald
cf5149ecf4
Use Deployment on Kubernetes
...
I messed this up when rebasing.
2018-04-18 10:28:50 -04:00
Shane McDonald
ffc347bfd0
Merge pull request #1771 from shanemcd/kubernetes-role-cleanup
...
Kubernetes role cleanup
2018-04-17 11:16:46 -04:00
Shane McDonald
40d7751fbd
Remove image push logic from installer roles
...
I’m going to be reusing this code on the Tower side, and I’m trying to refactor some of the AWX specific bits out. There will probably be more to come, but this is a good start.
2018-04-16 19:01:43 -04:00
Shane McDonald
2b6fe7969f
Move rabbitmq and memcached images into variables
2018-04-16 17:43:15 -04:00
Shane McDonald
0786b41ac6
Allow for customizing kubernetes deployment name
2018-04-16 17:43:15 -04:00
Shane McDonald
479a56c6d3
Generalize variable names in installer
...
secret_key
2018-04-16 17:43:15 -04:00
Shane McDonald
e4a6fc55df
Remove unused variable from inventory
2018-04-16 15:51:36 -04:00
Shane McDonald
bebc37b3eb
Set kubernetes_namespace when deploying on OpenShift
...
kubernetes_namespace is referenced later it the role but may not be set if deploying on openshift
2018-04-16 15:51:36 -04:00
Shane McDonald
534b2f1601
Fix openshift_pg_emptydir logic
2018-04-16 15:51:36 -04:00
Shane McDonald
db02bd7531
Remove explicit nodePort declarations for RabbitMQ service
...
This lets Kubernetes handle the port mapping, which resolves a port collision issue when running multiple deployments of AWX in a single cluster.
2018-04-16 15:51:36 -04:00
Shane McDonald
e9ddf7b9db
Use a DeploymentConfig in OpenShift
2018-04-16 15:51:36 -04:00
Shane McDonald
0055c2ffff
Merge pull request #1760 from AlanCoding/fix_tests_25
...
Fix tests fallout from 2.5 upgrade
2018-04-16 15:51:11 -04:00
Shane McDonald
b0425d524c
Merge pull request #1754 from ansible/fix-docker-compose-template
...
Fix whitespace issues with docker-compose jinja template
2018-04-11 12:38:09 -04:00
Shane McDonald
3720c57c63
Fix whitespace issues with docker-compose jinja template
...
See https://github.com/ansible/awx/issues/1710
2018-04-11 11:06:34 -04:00
Shane McDonald
3cb37b131b
Merge pull request #1702 from shanemcd/postgresql-persistent-template
...
Customizable template for OpenShift PostgreSQL deployment
2018-03-28 16:37:02 -04:00
Shane McDonald
1ef7d73bc9
Customizable template for OpenShift PostgreSQL deployment
...
`oc new-app --template=postgresql-persistent` has been kind of a pain. It would attempt to create a Persistent Volume, but does not allow you to specify the storageClass.
This code assumes that a Persistent Volume is already available and will fail with a helpful error message if it is not.
Signed-off-by: Shane McDonald <me@shanemcd.com >
2018-03-28 16:25:43 -04:00
Shane McDonald
84e3bcc031
Merge pull request #1701 from shanemcd/devel
...
Move rabbitmq_version out of inventory file
2018-03-28 12:47:43 -04:00
Shane McDonald
c8ea03e67b
Move rabbitmq_version out of inventory file
...
Signed-off-by: Shane McDonald <me@shanemcd.com >
2018-03-28 12:45:05 -04:00
Shane McDonald
c1e1bf32d0
Merge pull request #1699 from shanemcd/rabbitmq-3.7
...
Upgrade to RabbitMQ 3.7, remove need for etcd2
2018-03-28 12:14:54 -04:00
Shane McDonald
935dc8bca7
Upgrade to RabbitMQ 3.7, remove need for etcd2
...
Signed-off-by: Shane McDonald <me@shanemcd.com >
2018-03-28 11:45:33 -04:00
Shane McDonald
3f685c42fe
Merge pull request #1693 from shanemcd/consolidate-roles
...
Consolidate OpenShift and Kubernetes roles
2018-03-28 11:37:12 -04:00
Shane McDonald
98f5dc3fcc
Consolidate OpenShift and Kubernetes roles
...
Signed-off-by: Shane McDonald <me@shanemcd.com >
2018-03-28 11:36:08 -04:00
Shane McDonald
7002c6f1b1
Delete unused namespace file
...
Signed-off-by: Shane McDonald <me@shanemcd.com >
2018-03-27 10:57:22 -04:00
Shane McDonald
3072c3bd8d
Whitespace fix
...
Signed-off-by: Shane McDonald <me@shanemcd.com >
2018-03-27 10:57:22 -04:00
Shane McDonald
1595947ae2
Merge pull request #1663 from jakemcdermott/fix-docker-installer-paths
...
update reference to role file path to work with installer roles dir
2018-03-23 12:43:54 -04:00
Shane McDonald
caf576cac0
Merge pull request #1655 from shanemcd/devel
...
Move installer roles into roles directory
2018-03-22 14:39:03 -04:00
Shane McDonald
84cd933702
Move installer roles into roles directory
...
Signed-off-by: Shane McDonald <me@shanemcd.com >
2018-03-22 14:34:03 -04:00
Shane McDonald
0d86e646ec
Merge pull request #1100 from rooftopcellist/fix_upgrade_python_saml24
...
fix_python_saml24_update
2018-03-22 11:48:24 -04:00
Shane McDonald
f8b5318206
Merge pull request #1093 from rooftopcellist/upgrade_python_saml
...
upgrade python-saml for CVE fix
2018-03-21 12:27:35 -04:00
Shane McDonald
2af085e1fe
Merge pull request #1552 from jffz/devel
...
Add ca_trust_dir to local docker installations
2018-03-14 14:32:55 -04:00
Shane McDonald
7984bd2824
Merge pull request #1493 from jffz/devel
...
Fix for dns and dns_search templating
2018-03-09 12:52:10 -05:00
Shane McDonald
5bf2e00d24
Merge pull request #1471 from shanemcd/devel
...
Fix container boots on AppArmor protected systems
2018-03-08 09:44:33 -05:00
Shane McDonald
02102f5ba8
Fix container boots on AppArmor protected systems
...
Link https://github.com/ansible/awx/issues/1297
Signed-off-by: Shane McDonald <me@shanemcd.com >
2018-03-08 09:41:04 -05:00
Shane McDonald
2861397433
Set imagePullPolicy to Always
...
Not sure why we werent doing this before.
2018-03-08 09:41:04 -05:00
Shane McDonald
61087940c5
Merge pull request #1446 from matburt/fix_kubernetes_configmap
...
Apply celery rollback changes to kubernetes configmap
2018-03-05 16:46:57 -05:00
Shane McDonald
44f6423af3
Merge pull request #1442 from ryanpetrello/devel
...
fix busted shippable builds
2018-03-05 14:38:35 -05:00
Shane McDonald
d5773c58d3
Merge pull request #1426 from chrismeyersfsu/fix-migration_in_progress
...
short-circuit middleware if migration loading url
2018-03-03 10:48:50 -05:00
Shane McDonald
7087341570
Merge pull request #1397 from shanemcd/devel
...
Fix celery 3 broker url reference in standalone docker install
2018-02-28 12:50:57 -05:00
Shane McDonald
0e9a8d5592
Fix celery 3 broker url reference
2018-02-28 12:47:05 -05:00
Shane McDonald
c612ab1c89
Merge pull request #1327 from marshmalien/fix/bump-angular-scheduler-version
...
Bump angular-scheduler version to 0.3.2
2018-02-22 13:55:07 -05:00
Shane McDonald
c0fe6866c4
Merge pull request #1070 from vrutkovs/installer-ocp-token
...
Allow authenticating with Openshift via a token
2018-02-22 13:40:01 -05:00
Shane McDonald
476dbe58c5
Merge pull request #1183 from ryanpetrello/swagger
...
normalize dates in the Swagger output to minimize diffs
2018-02-09 10:18:19 -05:00
Shane McDonald
6b3ca32827
Fix wait_fors in standalone Docker installs
2018-02-08 15:08:44 -05:00
Shane McDonald
48300da443
Merge pull request #1163 from ryanpetrello/swagger
...
add indention to swagger docs
2018-02-08 10:52:47 -05:00
Shane McDonald
1e9b0c2786
Merge pull request #1130 from shanemcd/fix-etcd-template
...
Fix variable reference in k8s etcd template
2018-02-05 09:18:20 -05:00
Shane McDonald
dce934577b
Fix variable reference in k8s etcd template
2018-02-03 10:29:53 -05:00
Shane McDonald
426e901cdf
Merge pull request #1089 from KAMiKAZOW/patch-1
...
Fix CentOS typo in CONTRIBUTING.md
2018-01-30 21:11:10 -05:00
Shane McDonald
87365e5969
Merge pull request #1071 from jakemcdermott/set-selenium-container-image-tags
...
use selenium hub / node container image version '3.8.1-erbium'
2018-01-28 16:37:03 -05:00
Shane McDonald
b8cba916a5
Merge pull request #1069 from tdgroot/develop-dockerfile_rsync
...
Add rsync to Dockerfile
2018-01-27 10:14:36 -05:00
Shane McDonald
fefa4a8bf4
Merge pull request #1049 from ansible/jakemcdermott-fix-1045
...
add minimum git version to install guide
2018-01-24 15:40:10 -05:00
Shane McDonald
797169317c
Merge pull request #1037 from shanemcd/devel
...
Use newer version of git in dev image
2018-01-22 14:43:09 -05:00
Shane McDonald
67c6591f6f
Use newer version of git in dev image
...
More fallout from #982
2018-01-22 13:57:44 -05:00
Shane McDonald
09d63b4883
Merge pull request #1029 from jakemcdermott/fix-navbar
...
fix navbar / breadcrumb issue
2018-01-19 13:54:56 -05:00
Shane McDonald
cad5c5e79a
Merge pull request #987 from shanemcd/devel
...
Fix sdist builder image
2018-01-15 20:25:16 -05:00
Shane McDonald
97472cb91b
Fix sdist builder image
...
Fallout from https://github.com/ansible/awx/pull/982
2018-01-15 15:39:48 -05:00
Shane McDonald
7d51b1cb9d
Merge pull request #982 from shanemcd/devel
...
Use first parent commit when determining version from tags
2018-01-15 11:04:23 -05:00
Shane McDonald
52e531625c
Use first parent commit when determining version from tags
...
We were having issues where an older tag was being outputed from `git describe`.
From the man page:
Follow only the first parent commit upon seeing a merge commit. This is useful when you wish to not match tags on branches merged in the history of the target commit.
2018-01-15 11:01:47 -05:00
Shane McDonald
54d3412820
Merge pull request #942 from wwitzel3/devel
...
Update asgi-amqp requirement
2018-01-09 19:17:45 -05:00
Shane McDonald
00ce244716
Merge pull request #822 from jakemcdermott/fix-merge-issues
...
fix merge issue with inventory source service
2017-12-13 13:32:13 -05:00
Shane McDonald
47e422ba7a
Merge pull request #819 from ansible/jakemcdermott-patch-1
...
fix arg name clash in hosts list controller
2017-12-13 13:02:47 -05:00
Shane McDonald
334d47f3ab
Pull updated translations
2017-12-11 09:42:06 -05:00
Shane McDonald
ec14ae1930
Add m2r to setup requirements file
...
We `pip download` this file for offline installs. Automat lists this package as a setup_requires, but `pip download` doesn’t resolve these dependencies (distutils will attempt to install them via easy_install when setup.py is invoked).
2017-12-05 15:26:56 -05:00
Shane McDonald
15e8fd5eca
Pull updated translations
2017-12-05 14:17:18 -05:00
Shane McDonald
3cd80ef67a
Update pot files
2017-11-30 15:29:29 -05:00
Shane McDonald
32fcb84cf6
Merge pull request #722 from jakemcdermott/tools-awx-pycrypto
...
add pycrypto distro package to tools awx container image
2017-11-28 13:42:02 -05:00
Shane McDonald
e2aa9dc599
Merge pull request #658 from shanemcd/devel
...
Enable image stream lookups in AWX OpenShift Project
2017-11-15 13:21:51 -05:00
Shane McDonald
a043369d07
Enable image stream lookups in AWX OpenShift Project
...
See the OpenShift docs on this for more info: https://docs.openshift.com/container-platform/3.6/dev_guide/managing_images.html#using-is-with-k8s
If you are not using OpenShift’s internal registry you will need to manually set awx_task_openshift_image and awx_web_openshift_image.
2017-11-15 13:15:56 -05:00
Shane McDonald
0d86678a44
Fix OpenShift configmap
...
These variables changed in 8faf588775
2017-11-14 11:32:05 -05:00
Shane McDonald
386382c456
Merge pull request #619 from wwitzel3/devel
...
Fix installer references to asgi_amqp
2017-11-13 14:10:58 -05:00
Shane McDonald
f97ca9c42f
Fix the way we include i18n files in sdist
2017-10-06 11:57:08 -04:00
Shane McDonald
1e03654c0b
Pull updated translations
2017-09-20 17:29:20 -04:00
Shane McDonald
de2a77adec
Merge pull request #140 from eikef/delegate_sdist_localhost
...
Make sure sdist builder image and AWX distribution are built locally
2017-09-12 15:34:35 -04:00
Shane McDonald
f2ddf2af95
Fix selinux issue w/ docker volume in sdist builder
...
See https://www.projectatomic.io/blog/2015/06/using-volumes-with-docker-can-cause-problems-with-selinux/
2017-09-11 15:11:03 -04:00
Shane McDonald
3e50a5da70
Merge pull request #104 from shanemcd/sdist-builder-image
...
Build sdist inside of a container
2017-09-11 09:29:46 -04:00
Shane McDonald
b8e628958e
Update INSTALL.md
...
These dependencies are unnecessary now that we are building the sdist inside of a container.
2017-09-11 08:42:56 -04:00
Shane McDonald
a1bd84af5e
Build sdist inside of a container
...
A lot of people have experienced issues with the system-level dependencies that are required in order to build the source distribution that is handed off to the image builds. This makes it unnecessary to install any additional software on the host machine aside from Ansible and Docker.
2017-09-10 19:00:33 -04:00
Shane McDonald
df8ab0d9a9
Pull Dutch and Spanish translations
2017-09-06 14:46:06 -04:00
Shane McDonald
2419e5594b
Update QA'd Japanese translations.
2017-08-31 10:08:22 -04:00
Shane McDonald
d3507eb42c
Pull updated Japanese and French translation files.
2017-08-30 09:53:56 -04:00
Shane McDonald
d5c1f34016
Update pot files
2017-08-27 15:32:21 -04:00
Shane McDonald
16ef7e1950
Remove EULA
...
Rather than deleting this file we are just removing the content, so that existing references to the file do not break.
2017-08-22 13:59:44 -04:00
Shane McDonald
da18033a46
Make parent image tag for unit tests a build arg
2017-08-17 09:16:52 -04:00
Shane McDonald
7ac2376a01
Make parent image tag for unit tests a build arg
2017-08-16 22:31:15 -04:00
Shane McDonald
5dfa54943d
Merge pull request #244 from ansible/pycrypto
...
Add pycrypto to Tower's requirements files
2017-08-10 18:53:19 -04:00
Shane McDonald
b02a6388d4
Pull updated po files from Zanata
2017-08-10 17:44:50 -04:00
Shane McDonald
5af04e3164
Add pycrypto to Tower's requirements files
...
This is needed for GCE inventory syncs to work. Inventory Syncs run through the Tower virtual environment.
2017-08-10 09:10:10 -04:00
Shane McDonald
00283b00dc
Merge pull request #218 from shanemcd/fix-openshift-image-builds
...
Fix OpenShift container image builds
2017-08-07 22:07:40 -04:00
Shane McDonald
f4aacebb86
Fix OpenShift container image builds
2017-08-07 17:31:18 -04:00
Shane McDonald
0711c87290
Merge pull request #173 from ansible/container_and_pod_fixes
...
Updates to production container builds for new repository
2017-08-04 19:50:54 -04:00