AlanCoding
a0c7471110
Re-create lost data in Azure_rm imports
2019-07-22 15:32:24 -04:00
AlanCoding
2439aa409d
Adjust inventory update env test to allow duplicate references
...
change gce injectors to not duplicate the credentials file
2019-07-17 12:30:13 -07:00
Alex Stephen
cb60f12b6b
adding additional environment variables for gcp_compute + gcp modules
2019-07-17 12:30:12 -07:00
Jeff Bradberry
2d81923e22
Fix up changes in fields in the migrations
...
Particularly the now-required on_delete parameter for ForeignKey and
OneToOneField.
2019-07-12 15:11:22 -04:00
Jeff Bradberry
6737bd4c19
Replace {} as field default values with the callable dict
2019-07-12 15:11:22 -04:00
Jeff Bradberry
bcbb768dd3
Remove the use of the deprecated Field.rel attribute
...
Also, rename a number of variables named `rel` for ease of searching.
2019-07-12 15:11:21 -04:00
AlanCoding
612205d56d
Ignore Azure templating errors
2019-07-12 08:11:27 -04:00
jainnikhil30
88a4362a7a
add inventory name and id to meta vars
2019-07-05 20:37:36 +05:30
beeankha
69502bc133
Add functions in migration file for deleting and altering 'any' state notifications
2019-06-17 10:47:58 -04:00
beeankha
c6f1806a23
Removing references to 'any' state notifications
2019-06-17 10:47:58 -04:00
beeankha
c65e6ba30b
Update the logic for 'any' and 'started' notifications
2019-06-17 10:47:58 -04:00
beeankha
9cfed6f2a8
Add check for no-op case back, remove redundant on_commit code
2019-06-17 10:47:58 -04:00
beeankha
8d6e1f0927
Trigger running notifications in WFJs and edit unit test
2019-06-17 10:47:57 -04:00
beeankha
8ec97235e3
Add feature for notifications to trigger on job start
2019-06-17 10:47:57 -04:00
AlanCoding
05aab5da4c
cache smart inventory memberships to avoid slow query
2019-06-11 11:06:35 -04:00
Ryan Petrello
6da445f7c0
remove /api/v1 and deprecated credential fields
2019-06-06 12:23:00 -04:00
AlanCoding
fedd1cf22f
Replace JobOrigin with ActivityStream.action_node
2019-05-31 07:10:07 -04:00
Christian Adams
cb279843d2
remove implicit grant type for OAuth 2 apps
2019-05-29 02:28:37 -04:00
softwarefactory-project-zuul[bot]
5a502f8709
Merge pull request #3925 from AlanCoding/gce_contract
...
Restore old use pattern for gce_ modules, update token_uri URL
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-05-28 17:03:32 +00:00
softwarefactory-project-zuul[bot]
874465a2d4
Merge pull request #3865 from chrismeyersfsu/fix-enabled_still_online
...
disabled instance does not mean offline instance
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-05-23 16:55:09 +00:00
softwarefactory-project-zuul[bot]
13ff5ffdf2
Merge pull request #3900 from AlanCoding/fewer_type_methods
...
Remove duplicated type methods and old Django logic
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-05-23 12:50:35 +00:00
AlanCoding
b11995e638
Remove duplicated type methods and old Django logic
2019-05-23 08:24:24 -04:00
AlanCoding
40f9d0b512
More precise handling of schedule computed fields no-ops
...
Do not set a next_run value for disabled schedules
Bail if no fields are changed
Do not update related template if its fields did not change
Change call pattern to schedule.update_computed_fields()
in doing so, fix bug where template does not pick up schedule
due to schedules next_run not being saved
Handle the case (also a bug) where template was not updated
when schedule was deleted
2019-05-23 08:13:37 -04:00
softwarefactory-project-zuul[bot]
98c923a715
Merge pull request #3856 from rooftopcellist/cleanup_sessions_refactor
...
Cleanup Sessions & Tokens System Jobs
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-05-22 20:50:48 +00:00
Christian Adams
8ca0c1b992
Add clearsessions and cleartokens system jobs
...
* add system job for gathering insights analytics
* enforce schedule enablement with analytics setting
* remove celery beat analytics job
* keep analytics schedule & setting enablement in sync in API
* handles updating schedules for multiple sys job schedules
* add analytics setting & schedule test
* rm ui modal from collection sys job
2019-05-22 13:11:48 -04:00
softwarefactory-project-zuul[bot]
dc1bf3ef07
Merge pull request #3910 from AlanCoding/no_user_get
...
Avoid unnecessary user get expiring session memberships
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-05-20 17:20:36 +00:00
AlanCoding
f4c18843a3
Resolve default ordering warnings from tests
2019-05-20 10:58:36 -04:00
AlanCoding
74643520c7
GCE contract update, do not use token_uri in job runs
2019-05-20 09:27:45 -04:00
AlanCoding
1223148116
Avoid unnecessary user get expiring session memberships
2019-05-17 14:05:17 -04:00
chris meyers
8aa28092ff
disabled instance does not mean offline instance
...
* Disabling an instance is used to stop and instance from being the
target of new jobs to run.
* The instance should still perform it's heartbeat so that it isn't
considered offline.
* If the instance was allowed to go offline on an openshift cluster it
would be deleted from the database.
2019-05-13 11:44:47 -04:00
softwarefactory-project-zuul[bot]
8725d3e539
Merge pull request #3842 from ryanpetrello/instance-group-order
...
enforce a stable list order when attaching/detaching instance groups
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-05-09 21:04:29 +00:00
AlanCoding
2585c5030b
move outlier gce cache logic to standard place
2019-05-09 08:24:57 -04:00
Ryan Petrello
e4a50f3595
enforce a stable list order when attaching/detaching instance groups
2019-05-07 14:53:00 -04:00
AlanCoding
81f0662161
remove job ask_ fields that reference JT
2019-04-30 13:35:58 -04:00
softwarefactory-project-zuul[bot]
f60857013e
Merge pull request #3754 from AlanCoding/gce_env_var
...
Simplify gce inventory plugin injector
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-24 16:25:09 +00:00
softwarefactory-project-zuul[bot]
fad0274373
Merge pull request #3686 from vismay-golwala/instance_group_delete
...
[WIP] Disallow deleting controller or isolated instance groups
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-24 15:19:19 +00:00
softwarefactory-project-zuul[bot]
b47be3c8c7
Merge pull request #3749 from AlanCoding/simple_openstack
...
Use common method for openstack OS_CLIENT_CONFIG_FILE injection
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-23 20:23:05 +00:00
AlanCoding
c36dbb3448
Simplify gce inventory plugin injector
...
This consumes the change made in Ansible core
https://github.com/ansible/ansible/pull/54407
which is in Ansible 2.8, allowing the plugin
injection logic to share the script logic and
to be simplified
2019-04-23 09:33:17 -04:00
AlanCoding
adfce6edf1
Unify openstack inventory injection logic
...
Remove logic specific to job runs to create a "clouds" file
for openstack credential type
Move that logic into the collection of managed_by_tower
injector methods, so it will be used by all job types
Modify inventory openstack injector logic to use this
data as a base for its logic building the clouds file
2019-04-23 07:59:47 -04:00
AlanCoding
140394fe1f
Change credential pattern for openstack inventory plugin
...
See upstream docs https://github.com/ansible/ansible/pull/54532
Previously it was thought that the entry in the inventory config
file was necessary, but the upstream docs change allows us to
use the same pattern that we used to for the script.
2019-04-22 14:32:00 -04:00
AlanCoding
8c2b3e9b84
Fix Django 2.0 deprecation warnings
2019-04-22 14:17:14 -04:00
Bill Nottingham
6adf4ca2c1
Deprecate a bunch of inventory computed fields.
...
Cribbed from https://github.com/ansible/awx/pull/3281/
2019-04-18 12:12:50 -04:00
AlanCoding
9c71204435
show activity stream entry for system auditor association
2019-04-16 15:59:04 -04:00
Vismay Golwala
e0c4fd4b3a
Disallow deleting controller or isolated instance groups
...
Added two new properties to the InstanceGroup model - `is_controller`
and `is_isolated`. Used these properties to hide the trash icon for
instance groups that are either controller or isolated.
Signed-off-by: Vismay Golwala <vgolwala@redhat.com >
2019-04-15 16:08:27 -04:00
chris meyers
0c6a522813
remove system tracking
...
* Leave the artisanal handcrafted migration from vendored fact scan to
external fact gathering.
2019-04-12 14:30:29 -04:00
AlanCoding
cca9de9a3e
set default slice ct for special cases
2019-04-05 16:12:40 -04:00
AlanCoding
880341ac05
avoid slicing if the inventory only has 1 host
2019-04-05 15:28:29 -04:00
softwarefactory-project-zuul[bot]
1a151ad63a
Merge pull request #3587 from chrismeyersfsu/fix-pickup_insights_id_from_ansible_facts
...
pickup insights system_id from ansible facts
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-05 16:07:21 +00:00
softwarefactory-project-zuul[bot]
dd609b8a7c
Merge pull request #3622 from wenottingham/roleing-roleing-roleing
...
Adjust descriptions of RBAC roles for clarity.
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-05 15:09:42 +00:00
softwarefactory-project-zuul[bot]
ef1a5c09b6
Merge pull request #3510 from jbradberry/errors-on-change-password
...
Use Django's own logic to invalidate sessions of users when changing passwords
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-05 14:54:20 +00:00