softwarefactory-project-zuul[bot]
cf13a1b70a
Merge pull request #5359 from martin-adema/devel
...
Configurable image registry and service account for Postgres deployment.
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-11-20 21:25:19 +00:00
softwarefactory-project-zuul[bot]
fed6a86170
Merge pull request #5194 from AlanCoding/inventory_organization
...
Add organization parameter to tower_inventory_source (and add test logging)
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-11-20 18:23:27 +00:00
softwarefactory-project-zuul[bot]
c8907fb39d
Merge pull request #5362 from beeankha/fix_typo
...
Fix Typo for Project Option
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-11-20 16:48:00 +00:00
softwarefactory-project-zuul[bot]
162e4aeec4
Merge pull request #5361 from mabashian/logout-id
...
Adds id attribute to logout button
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-11-20 16:15:53 +00:00
beeankha
c6d2fa86c7
Fix typo under 'options'
2019-11-20 11:15:18 -05:00
mabashian
f89db3586b
Adds id attribute to logout button
2019-11-20 10:42:37 -05:00
softwarefactory-project-zuul[bot]
19742859b6
Merge pull request #5343 from beeankha/wait_for_project_sync
...
Make tower_project.py Wait for Project Sync
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-11-20 15:22:56 +00:00
beeankha
eff46dbc71
Make playbook wait for project sync...
...
...*before* running the associated job template.
Set "wait" default to True so CI doesn't time out
Change default back to "False", put in new "if"...
...block, explicitly set "wait" to "False" in test file.
Change if block
Update README
Update 'wait' option description
2019-11-20 08:43:19 -05:00
Martin Adema
80b75a163a
Configurable image registry and service account for Postgres deployment.
2019-11-20 14:15:59 +01:00
softwarefactory-project-zuul[bot]
6f2b10daf5
Merge pull request #5344 from AlanCoding/remove_git
...
Remove forks no longer needed from dependencies
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-11-19 21:31:24 +00:00
softwarefactory-project-zuul[bot]
ad3d89afd3
Merge pull request #5340 from eb4x/memcached_hostname
...
Consistent naming scheme; memcached_host -> memcached_hostname
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-11-19 16:43:20 +00:00
softwarefactory-project-zuul[bot]
e3c2c310ef
Merge pull request #5352 from ryanpetrello/more-downstream-fixes
...
merge in a few downstream fixes
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-11-19 15:19:36 +00:00
Ryan Petrello
c574cdc7dc
fix busted tests
2019-11-19 09:21:04 -05:00
Ryan Petrello
097b59e74a
fix a bug that broken custom approval notification messages
2019-11-19 08:55:26 -05:00
Alan Rominger
8e7d607a47
Only turn off Galaxy cert verification via toggle ( #3933 )
2019-11-19 08:54:40 -05:00
AlanCoding
7b1b656455
Remove forks no longer needed from dependencies
2019-11-18 15:39:39 -05:00
softwarefactory-project-zuul[bot]
c7cabfa785
Merge pull request #5206 from keithjgrant/4966-project-auto-select
...
make ProjectLookup auto-select project if only one found
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-11-18 16:23:38 +00:00
Erik Berg
f5fc0871fc
Consistent naming scheme; memcached_host -> memcached_hostname
...
environment.sh uses hostname for everything, and both environment and
credentials provide a default of 'memcached', so this should also be one less
variable to care about.
2019-11-18 15:22:12 +00:00
softwarefactory-project-zuul[bot]
a1f7f967e3
Merge pull request #5339 from eb4x/rabbitmq_hostname
...
Consistent naming scheme; rabbitmq_host -> rabbitmq_hostname
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-11-18 14:38:25 +00:00
Erik Berg
91c78d7137
Consistent naming scheme; rabbitmq_host -> rabbitmq_hostname
...
environment.sh uses hostname for everything, and both environment and
credentials provide a default of 'rabbitmq', so this should be one less
variable to care about.
2019-11-18 13:46:43 +00:00
softwarefactory-project-zuul[bot]
b88f4ce27c
Merge pull request #5325 from AlanCoding/inputs_inputs
...
Delay inputs comparision to after field validation
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-11-16 01:30:36 +00:00
softwarefactory-project-zuul[bot]
e8606d9478
Merge pull request #5301 from AlanCoding/galaxy_ignore
...
Add ignore list for Ansible 2.10
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-11-16 01:22:53 +00:00
softwarefactory-project-zuul[bot]
90d38a50de
Merge pull request #5313 from fosterseth/fix-5044-azureinventory
...
Fix filtering azure inventory based on user-specified tags
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-11-15 21:51:09 +00:00
softwarefactory-project-zuul[bot]
a83164cca6
Merge pull request #5336 from shanemcd/note-on-upgrading
...
Add note on upgrading to install.md
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-11-15 20:58:05 +00:00
Seth Foster
e1e7e9047d
Fix filtering azure inventory based on user-specified tags
...
Users can specify a list of keys, or a list of key:value pairs under
source variables. e.g. tags: Creator, peanutbutter or tags:
Creator:jmarshall, peanutbutter:jelly. If provided, only hosts that have
all keys or key:value pairs in the list will be returned.
inventory.py sets up the azure_rm.yml that provides
exclude_host_filters. This code adds a line for each key in the list, as
well as an additional line in the case of a key:value pair.
e.g.
exclude_host_filters:
- "'Creator' not in tags.keys()"
- tags['Creator'] != 'jmarshall'
Each line is a conditional, and if any conditionals is true, then the
host is filtered out.
fix for issue # 5044
2019-11-15 14:18:20 -05:00
Shane McDonald
094eef635d
Fix typo
2019-11-15 14:17:08 -05:00
Shane McDonald
56bb82e303
Fix ordering
2019-11-15 14:14:54 -05:00
Shane McDonald
0290dd3246
Regenerate table of contents
2019-11-15 14:11:10 -05:00
Shane McDonald
de8c46cab0
Remove obsolote docker-compose instructions
2019-11-15 14:04:05 -05:00
Shane McDonald
9028a48ab2
Add a note on upgrading
2019-11-15 14:03:46 -05:00
Shane McDonald
709fa74070
Fix verbiage in INSTALL.md
2019-11-15 14:01:28 -05:00
softwarefactory-project-zuul[bot]
5342faa997
Merge pull request #5333 from m33k/JoeR/docker_module_update
...
CHANGED: docker_service to docker_compose
Reviewed-by: Ryan Petrello
https://github.com/ryanpetrello
2019-11-15 17:31:16 +00:00
Joe
f0865d69f0
CHANGED: docker_service to docker_compose
...
Signed-off-by: Joe <11597133+m33k@users.noreply.github.com>
2019-11-15 16:28:05 +00:00
AlanCoding
1c74773eac
Delay inputs comparision to after field validation
2019-11-14 20:28:33 -05:00
softwarefactory-project-zuul[bot]
9701ac1804
Merge pull request #5329 from AlanCoding/rm_another_ignore
...
Run and fix all sanity tests
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-11-14 21:25:44 +00:00
softwarefactory-project-zuul[bot]
3d90c6dfcf
Merge pull request #5319 from AlanCoding/just_one_letter
...
Update documentation example
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-11-14 19:48:26 +00:00
AlanCoding
1402a2c8a5
Run and fix all sanity tests
2019-11-14 14:45:16 -05:00
softwarefactory-project-zuul[bot]
6567ad612c
Merge pull request #5170 from AlanCoding/py2_fix2
...
Fix multibyte character handling issue for tower_job_wait #55585
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-11-14 19:33:50 +00:00
softwarefactory-project-zuul[bot]
da448f6a0b
Merge pull request #5327 from ryanpetrello/more-container-group-fixes
...
fix a few bugs related to container group execution
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-11-14 18:59:06 +00:00
Ryan Petrello
513f54a422
fix a few bugs related to container group execution
...
see: https://github.com/ansible/awx/issues/5326
2019-11-14 13:23:38 -05:00
softwarefactory-project-zuul[bot]
05d9220b21
Merge pull request #5312 from ryanpetrello/322-migration-cleanup
...
remove a number of now-unnecessary 3.2 migrations
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-11-14 17:34:28 +00:00
softwarefactory-project-zuul[bot]
9bb9bc682f
Merge pull request #5320 from shanemcd/rabbitmq-bump
...
Bump RabbitMQ version in k8s/openshift installs
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-11-14 13:43:23 +00:00
Shane McDonald
1d6f116687
Bump RabbitMQ version in k8s/openshift installs
...
See https://github.com/ansible/awx-rabbitmq/pull/13
2019-11-14 08:01:35 -05:00
James Vornhagen
9a9d53d17a
update documentation example
...
missing k in workflow.
- Docs Pull Request
+label: docsite_pr
2019-11-13 22:00:18 -05:00
softwarefactory-project-zuul[bot]
755ffc9844
Merge pull request #5309 from marshmalien/remove-awx-pf-chip
...
Swap our Chip & ChipGroup components out for PatternFly components
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-11-13 21:04:30 +00:00
softwarefactory-project-zuul[bot]
0ffbb06427
Merge pull request #5315 from ryanpetrello/hostname-prevent-jinja
...
prevent the creation of Host names that contain Jinja
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-11-13 19:08:08 +00:00
Marliana Lara
c13c5b6c13
Hide overflow chip in filter tags component
2019-11-13 13:45:50 -05:00
Ryan Petrello
70979df36a
prevent the creation of Host names that contain Jinja
2019-11-13 13:15:36 -05:00
Ryan Petrello
83ee39cabd
remove a number of unnecessary 3.2 migrations
2019-11-13 11:46:24 -05:00
softwarefactory-project-zuul[bot]
b0d31a64aa
Merge pull request #5288 from AlexSCorey/5270-InventoryAddLinks
...
Adds AddDropDownButton removes TemplateAddButton
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-11-12 21:08:56 +00:00