oc_user.py 58 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768
  1. #!/usr/bin/env python
  2. # pylint: disable=missing-docstring
  3. # flake8: noqa: T001
  4. # ___ ___ _ _ ___ ___ _ _____ ___ ___
  5. # / __| __| \| | __| _ \ /_\_ _| __| \
  6. # | (_ | _|| .` | _|| / / _ \| | | _|| |) |
  7. # \___|___|_|\_|___|_|_\/_/_\_\_|_|___|___/_ _____
  8. # | \ / _ \ | \| |/ _ \_ _| | __| \_ _|_ _|
  9. # | |) | (_) | | .` | (_) || | | _|| |) | | | |
  10. # |___/ \___/ |_|\_|\___/ |_| |___|___/___| |_|
  11. #
  12. # Copyright 2016 Red Hat, Inc. and/or its affiliates
  13. # and other contributors as indicated by the @author tags.
  14. #
  15. # Licensed under the Apache License, Version 2.0 (the "License");
  16. # you may not use this file except in compliance with the License.
  17. # You may obtain a copy of the License at
  18. #
  19. # http://www.apache.org/licenses/LICENSE-2.0
  20. #
  21. # Unless required by applicable law or agreed to in writing, software
  22. # distributed under the License is distributed on an "AS IS" BASIS,
  23. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  24. # See the License for the specific language governing permissions and
  25. # limitations under the License.
  26. #
  27. # -*- -*- -*- Begin included fragment: lib/import.py -*- -*- -*-
  28. '''
  29. OpenShiftCLI class that wraps the oc commands in a subprocess
  30. '''
  31. # pylint: disable=too-many-lines
  32. from __future__ import print_function
  33. import atexit
  34. import copy
  35. import json
  36. import os
  37. import re
  38. import shutil
  39. import subprocess
  40. import tempfile
  41. # pylint: disable=import-error
  42. try:
  43. import ruamel.yaml as yaml
  44. except ImportError:
  45. import yaml
  46. from ansible.module_utils.basic import AnsibleModule
  47. # -*- -*- -*- End included fragment: lib/import.py -*- -*- -*-
  48. # -*- -*- -*- Begin included fragment: doc/user -*- -*- -*-
  49. DOCUMENTATION = '''
  50. ---
  51. module: oc_user
  52. short_description: Create, modify, and idempotently manage openshift users.
  53. description:
  54. - Modify openshift users programmatically.
  55. options:
  56. state:
  57. description:
  58. - State controls the action that will be taken with resource
  59. - 'present' will create or update a user to the desired state
  60. - 'absent' will ensure user is removed
  61. - 'list' will read and return a list of users
  62. default: present
  63. choices: ["present", "absent", "list"]
  64. aliases: []
  65. kubeconfig:
  66. description:
  67. - The path for the kubeconfig file to use for authentication
  68. required: false
  69. default: /etc/origin/master/admin.kubeconfig
  70. aliases: []
  71. debug:
  72. description:
  73. - Turn on debug output.
  74. required: false
  75. default: False
  76. aliases: []
  77. username:
  78. description:
  79. - Short username to query/modify.
  80. required: false
  81. default: None
  82. aliases: []
  83. full_name:
  84. description:
  85. - String with the full name/description of the user.
  86. required: false
  87. default: None
  88. aliases: []
  89. groups:
  90. description:
  91. - List of groups the user should be a member of. This does not add/update the legacy 'groups' field in the OpenShift user object, but makes user entries into the appropriate OpenShift group object for the given user.
  92. required: false
  93. default: []
  94. aliases: []
  95. author:
  96. - "Joel Diaz <jdiaz@redhat.com>"
  97. extends_documentation_fragment: []
  98. '''
  99. EXAMPLES = '''
  100. - name: Ensure user exists
  101. oc_user:
  102. state: present
  103. username: johndoe
  104. full_name "John Doe"
  105. groups:
  106. - dedicated-admins
  107. register: user_johndoe
  108. user_johndoe variable will have contents like:
  109. ok: [ded-int-aws-master-61034] => {
  110. "user_johndoe": {
  111. "changed": true,
  112. "results": {
  113. "cmd": "oc -n default get users johndoe -o json",
  114. "results": [
  115. {
  116. "apiVersion": "v1",
  117. "fullName": "John DOe",
  118. "groups": null,
  119. "identities": null,
  120. "kind": "User",
  121. "metadata": {
  122. "creationTimestamp": "2017-02-28T15:09:21Z",
  123. "name": "johndoe",
  124. "resourceVersion": "848781",
  125. "selfLink": "/oapi/v1/users/johndoe",
  126. "uid": "e23d3300-fdc7-11e6-9e3e-12822d6b7656"
  127. }
  128. }
  129. ],
  130. "returncode": 0
  131. },
  132. "state": "present"
  133. }
  134. }
  135. 'groups' is empty because this field is the OpenShift user object's 'group' field.
  136. - name: Ensure user does not exist
  137. oc_user:
  138. state: absent
  139. username: johndoe
  140. - name: List user's info
  141. oc_user:
  142. state: list
  143. username: johndoe
  144. register: user_johndoe
  145. user_johndoe will have contents similar to:
  146. ok: [ded-int-aws-master-61034] => {
  147. "user_johndoe": {
  148. "changed": false,
  149. "results": [
  150. {
  151. "apiVersion": "v1",
  152. "fullName": "John Doe",
  153. "groups": null,
  154. "identities": null,
  155. "kind": "User",
  156. "metadata": {
  157. "creationTimestamp": "2017-02-28T15:04:44Z",
  158. "name": "johndoe",
  159. "resourceVersion": "848280",
  160. "selfLink": "/oapi/v1/users/johndoe",
  161. "uid": "3d479ad2-fdc7-11e6-9e3e-12822d6b7656"
  162. }
  163. }
  164. ],
  165. "state": "list"
  166. }
  167. }
  168. '''
  169. # -*- -*- -*- End included fragment: doc/user -*- -*- -*-
  170. # -*- -*- -*- Begin included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  171. class YeditException(Exception): # pragma: no cover
  172. ''' Exception class for Yedit '''
  173. pass
  174. # pylint: disable=too-many-public-methods
  175. class Yedit(object): # pragma: no cover
  176. ''' Class to modify yaml files '''
  177. re_valid_key = r"(((\[-?\d+\])|([0-9a-zA-Z%s/_-]+)).?)+$"
  178. re_key = r"(?:\[(-?\d+)\])|([0-9a-zA-Z{}/_-]+)"
  179. com_sep = set(['.', '#', '|', ':'])
  180. # pylint: disable=too-many-arguments
  181. def __init__(self,
  182. filename=None,
  183. content=None,
  184. content_type='yaml',
  185. separator='.',
  186. backup=False):
  187. self.content = content
  188. self._separator = separator
  189. self.filename = filename
  190. self.__yaml_dict = content
  191. self.content_type = content_type
  192. self.backup = backup
  193. self.load(content_type=self.content_type)
  194. if self.__yaml_dict is None:
  195. self.__yaml_dict = {}
  196. @property
  197. def separator(self):
  198. ''' getter method for separator '''
  199. return self._separator
  200. @separator.setter
  201. def separator(self, inc_sep):
  202. ''' setter method for separator '''
  203. self._separator = inc_sep
  204. @property
  205. def yaml_dict(self):
  206. ''' getter method for yaml_dict '''
  207. return self.__yaml_dict
  208. @yaml_dict.setter
  209. def yaml_dict(self, value):
  210. ''' setter method for yaml_dict '''
  211. self.__yaml_dict = value
  212. @staticmethod
  213. def parse_key(key, sep='.'):
  214. '''parse the key allowing the appropriate separator'''
  215. common_separators = list(Yedit.com_sep - set([sep]))
  216. return re.findall(Yedit.re_key.format(''.join(common_separators)), key)
  217. @staticmethod
  218. def valid_key(key, sep='.'):
  219. '''validate the incoming key'''
  220. common_separators = list(Yedit.com_sep - set([sep]))
  221. if not re.match(Yedit.re_valid_key.format(''.join(common_separators)), key):
  222. return False
  223. return True
  224. @staticmethod
  225. def remove_entry(data, key, sep='.'):
  226. ''' remove data at location key '''
  227. if key == '' and isinstance(data, dict):
  228. data.clear()
  229. return True
  230. elif key == '' and isinstance(data, list):
  231. del data[:]
  232. return True
  233. if not (key and Yedit.valid_key(key, sep)) and \
  234. isinstance(data, (list, dict)):
  235. return None
  236. key_indexes = Yedit.parse_key(key, sep)
  237. for arr_ind, dict_key in key_indexes[:-1]:
  238. if dict_key and isinstance(data, dict):
  239. data = data.get(dict_key)
  240. elif (arr_ind and isinstance(data, list) and
  241. int(arr_ind) <= len(data) - 1):
  242. data = data[int(arr_ind)]
  243. else:
  244. return None
  245. # process last index for remove
  246. # expected list entry
  247. if key_indexes[-1][0]:
  248. if isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  249. del data[int(key_indexes[-1][0])]
  250. return True
  251. # expected dict entry
  252. elif key_indexes[-1][1]:
  253. if isinstance(data, dict):
  254. del data[key_indexes[-1][1]]
  255. return True
  256. @staticmethod
  257. def add_entry(data, key, item=None, sep='.'):
  258. ''' Get an item from a dictionary with key notation a.b.c
  259. d = {'a': {'b': 'c'}}}
  260. key = a#b
  261. return c
  262. '''
  263. if key == '':
  264. pass
  265. elif (not (key and Yedit.valid_key(key, sep)) and
  266. isinstance(data, (list, dict))):
  267. return None
  268. key_indexes = Yedit.parse_key(key, sep)
  269. for arr_ind, dict_key in key_indexes[:-1]:
  270. if dict_key:
  271. if isinstance(data, dict) and dict_key in data and data[dict_key]: # noqa: E501
  272. data = data[dict_key]
  273. continue
  274. elif data and not isinstance(data, dict):
  275. raise YeditException("Unexpected item type found while going through key " +
  276. "path: {} (at key: {})".format(key, dict_key))
  277. data[dict_key] = {}
  278. data = data[dict_key]
  279. elif (arr_ind and isinstance(data, list) and
  280. int(arr_ind) <= len(data) - 1):
  281. data = data[int(arr_ind)]
  282. else:
  283. raise YeditException("Unexpected item type found while going through key path: {}".format(key))
  284. if key == '':
  285. data = item
  286. # process last index for add
  287. # expected list entry
  288. elif key_indexes[-1][0] and isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  289. data[int(key_indexes[-1][0])] = item
  290. # expected dict entry
  291. elif key_indexes[-1][1] and isinstance(data, dict):
  292. data[key_indexes[-1][1]] = item
  293. # didn't add/update to an existing list, nor add/update key to a dict
  294. # so we must have been provided some syntax like a.b.c[<int>] = "data" for a
  295. # non-existent array
  296. else:
  297. raise YeditException("Error adding to object at path: {}".format(key))
  298. return data
  299. @staticmethod
  300. def get_entry(data, key, sep='.'):
  301. ''' Get an item from a dictionary with key notation a.b.c
  302. d = {'a': {'b': 'c'}}}
  303. key = a.b
  304. return c
  305. '''
  306. if key == '':
  307. pass
  308. elif (not (key and Yedit.valid_key(key, sep)) and
  309. isinstance(data, (list, dict))):
  310. return None
  311. key_indexes = Yedit.parse_key(key, sep)
  312. for arr_ind, dict_key in key_indexes:
  313. if dict_key and isinstance(data, dict):
  314. data = data.get(dict_key)
  315. elif (arr_ind and isinstance(data, list) and
  316. int(arr_ind) <= len(data) - 1):
  317. data = data[int(arr_ind)]
  318. else:
  319. return None
  320. return data
  321. @staticmethod
  322. def _write(filename, contents):
  323. ''' Actually write the file contents to disk. This helps with mocking. '''
  324. tmp_filename = filename + '.yedit'
  325. with open(tmp_filename, 'w') as yfd:
  326. yfd.write(contents)
  327. os.rename(tmp_filename, filename)
  328. def write(self):
  329. ''' write to file '''
  330. if not self.filename:
  331. raise YeditException('Please specify a filename.')
  332. if self.backup and self.file_exists():
  333. shutil.copy(self.filename, self.filename + '.orig')
  334. # Try to set format attributes if supported
  335. try:
  336. self.yaml_dict.fa.set_block_style()
  337. except AttributeError:
  338. pass
  339. # Try to use RoundTripDumper if supported.
  340. try:
  341. Yedit._write(self.filename, yaml.dump(self.yaml_dict, Dumper=yaml.RoundTripDumper))
  342. except AttributeError:
  343. Yedit._write(self.filename, yaml.safe_dump(self.yaml_dict, default_flow_style=False))
  344. return (True, self.yaml_dict)
  345. def read(self):
  346. ''' read from file '''
  347. # check if it exists
  348. if self.filename is None or not self.file_exists():
  349. return None
  350. contents = None
  351. with open(self.filename) as yfd:
  352. contents = yfd.read()
  353. return contents
  354. def file_exists(self):
  355. ''' return whether file exists '''
  356. if os.path.exists(self.filename):
  357. return True
  358. return False
  359. def load(self, content_type='yaml'):
  360. ''' return yaml file '''
  361. contents = self.read()
  362. if not contents and not self.content:
  363. return None
  364. if self.content:
  365. if isinstance(self.content, dict):
  366. self.yaml_dict = self.content
  367. return self.yaml_dict
  368. elif isinstance(self.content, str):
  369. contents = self.content
  370. # check if it is yaml
  371. try:
  372. if content_type == 'yaml' and contents:
  373. # Try to set format attributes if supported
  374. try:
  375. self.yaml_dict.fa.set_block_style()
  376. except AttributeError:
  377. pass
  378. # Try to use RoundTripLoader if supported.
  379. try:
  380. self.yaml_dict = yaml.safe_load(contents, yaml.RoundTripLoader)
  381. except AttributeError:
  382. self.yaml_dict = yaml.safe_load(contents)
  383. # Try to set format attributes if supported
  384. try:
  385. self.yaml_dict.fa.set_block_style()
  386. except AttributeError:
  387. pass
  388. elif content_type == 'json' and contents:
  389. self.yaml_dict = json.loads(contents)
  390. except yaml.YAMLError as err:
  391. # Error loading yaml or json
  392. raise YeditException('Problem with loading yaml file. {}'.format(err))
  393. return self.yaml_dict
  394. def get(self, key):
  395. ''' get a specified key'''
  396. try:
  397. entry = Yedit.get_entry(self.yaml_dict, key, self.separator)
  398. except KeyError:
  399. entry = None
  400. return entry
  401. def pop(self, path, key_or_item):
  402. ''' remove a key, value pair from a dict or an item for a list'''
  403. try:
  404. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  405. except KeyError:
  406. entry = None
  407. if entry is None:
  408. return (False, self.yaml_dict)
  409. if isinstance(entry, dict):
  410. # AUDIT:maybe-no-member makes sense due to fuzzy types
  411. # pylint: disable=maybe-no-member
  412. if key_or_item in entry:
  413. entry.pop(key_or_item)
  414. return (True, self.yaml_dict)
  415. return (False, self.yaml_dict)
  416. elif isinstance(entry, list):
  417. # AUDIT:maybe-no-member makes sense due to fuzzy types
  418. # pylint: disable=maybe-no-member
  419. ind = None
  420. try:
  421. ind = entry.index(key_or_item)
  422. except ValueError:
  423. return (False, self.yaml_dict)
  424. entry.pop(ind)
  425. return (True, self.yaml_dict)
  426. return (False, self.yaml_dict)
  427. def delete(self, path):
  428. ''' remove path from a dict'''
  429. try:
  430. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  431. except KeyError:
  432. entry = None
  433. if entry is None:
  434. return (False, self.yaml_dict)
  435. result = Yedit.remove_entry(self.yaml_dict, path, self.separator)
  436. if not result:
  437. return (False, self.yaml_dict)
  438. return (True, self.yaml_dict)
  439. def exists(self, path, value):
  440. ''' check if value exists at path'''
  441. try:
  442. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  443. except KeyError:
  444. entry = None
  445. if isinstance(entry, list):
  446. if value in entry:
  447. return True
  448. return False
  449. elif isinstance(entry, dict):
  450. if isinstance(value, dict):
  451. rval = False
  452. for key, val in value.items():
  453. if entry[key] != val:
  454. rval = False
  455. break
  456. else:
  457. rval = True
  458. return rval
  459. return value in entry
  460. return entry == value
  461. def append(self, path, value):
  462. '''append value to a list'''
  463. try:
  464. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  465. except KeyError:
  466. entry = None
  467. if entry is None:
  468. self.put(path, [])
  469. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  470. if not isinstance(entry, list):
  471. return (False, self.yaml_dict)
  472. # AUDIT:maybe-no-member makes sense due to loading data from
  473. # a serialized format.
  474. # pylint: disable=maybe-no-member
  475. entry.append(value)
  476. return (True, self.yaml_dict)
  477. # pylint: disable=too-many-arguments
  478. def update(self, path, value, index=None, curr_value=None):
  479. ''' put path, value into a dict '''
  480. try:
  481. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  482. except KeyError:
  483. entry = None
  484. if isinstance(entry, dict):
  485. # AUDIT:maybe-no-member makes sense due to fuzzy types
  486. # pylint: disable=maybe-no-member
  487. if not isinstance(value, dict):
  488. raise YeditException('Cannot replace key, value entry in dict with non-dict type. ' +
  489. 'value=[{}] type=[{}]'.format(value, type(value)))
  490. entry.update(value)
  491. return (True, self.yaml_dict)
  492. elif isinstance(entry, list):
  493. # AUDIT:maybe-no-member makes sense due to fuzzy types
  494. # pylint: disable=maybe-no-member
  495. ind = None
  496. if curr_value:
  497. try:
  498. ind = entry.index(curr_value)
  499. except ValueError:
  500. return (False, self.yaml_dict)
  501. elif index is not None:
  502. ind = index
  503. if ind is not None and entry[ind] != value:
  504. entry[ind] = value
  505. return (True, self.yaml_dict)
  506. # see if it exists in the list
  507. try:
  508. ind = entry.index(value)
  509. except ValueError:
  510. # doesn't exist, append it
  511. entry.append(value)
  512. return (True, self.yaml_dict)
  513. # already exists, return
  514. if ind is not None:
  515. return (False, self.yaml_dict)
  516. return (False, self.yaml_dict)
  517. def put(self, path, value):
  518. ''' put path, value into a dict '''
  519. try:
  520. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  521. except KeyError:
  522. entry = None
  523. if entry == value:
  524. return (False, self.yaml_dict)
  525. # deepcopy didn't work
  526. # Try to use ruamel.yaml and fallback to pyyaml
  527. try:
  528. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  529. default_flow_style=False),
  530. yaml.RoundTripLoader)
  531. except AttributeError:
  532. tmp_copy = copy.deepcopy(self.yaml_dict)
  533. # set the format attributes if available
  534. try:
  535. tmp_copy.fa.set_block_style()
  536. except AttributeError:
  537. pass
  538. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  539. if result is None:
  540. return (False, self.yaml_dict)
  541. # When path equals "" it is a special case.
  542. # "" refers to the root of the document
  543. # Only update the root path (entire document) when its a list or dict
  544. if path == '':
  545. if isinstance(result, list) or isinstance(result, dict):
  546. self.yaml_dict = result
  547. return (True, self.yaml_dict)
  548. return (False, self.yaml_dict)
  549. self.yaml_dict = tmp_copy
  550. return (True, self.yaml_dict)
  551. def create(self, path, value):
  552. ''' create a yaml file '''
  553. if not self.file_exists():
  554. # deepcopy didn't work
  555. # Try to use ruamel.yaml and fallback to pyyaml
  556. try:
  557. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  558. default_flow_style=False),
  559. yaml.RoundTripLoader)
  560. except AttributeError:
  561. tmp_copy = copy.deepcopy(self.yaml_dict)
  562. # set the format attributes if available
  563. try:
  564. tmp_copy.fa.set_block_style()
  565. except AttributeError:
  566. pass
  567. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  568. if result is not None:
  569. self.yaml_dict = tmp_copy
  570. return (True, self.yaml_dict)
  571. return (False, self.yaml_dict)
  572. @staticmethod
  573. def get_curr_value(invalue, val_type):
  574. '''return the current value'''
  575. if invalue is None:
  576. return None
  577. curr_value = invalue
  578. if val_type == 'yaml':
  579. curr_value = yaml.load(invalue)
  580. elif val_type == 'json':
  581. curr_value = json.loads(invalue)
  582. return curr_value
  583. @staticmethod
  584. def parse_value(inc_value, vtype=''):
  585. '''determine value type passed'''
  586. true_bools = ['y', 'Y', 'yes', 'Yes', 'YES', 'true', 'True', 'TRUE',
  587. 'on', 'On', 'ON', ]
  588. false_bools = ['n', 'N', 'no', 'No', 'NO', 'false', 'False', 'FALSE',
  589. 'off', 'Off', 'OFF']
  590. # It came in as a string but you didn't specify value_type as string
  591. # we will convert to bool if it matches any of the above cases
  592. if isinstance(inc_value, str) and 'bool' in vtype:
  593. if inc_value not in true_bools and inc_value not in false_bools:
  594. raise YeditException('Not a boolean type. str=[{}] vtype=[{}]'.format(inc_value, vtype))
  595. elif isinstance(inc_value, bool) and 'str' in vtype:
  596. inc_value = str(inc_value)
  597. # There is a special case where '' will turn into None after yaml loading it so skip
  598. if isinstance(inc_value, str) and inc_value == '':
  599. pass
  600. # If vtype is not str then go ahead and attempt to yaml load it.
  601. elif isinstance(inc_value, str) and 'str' not in vtype:
  602. try:
  603. inc_value = yaml.safe_load(inc_value)
  604. except Exception:
  605. raise YeditException('Could not determine type of incoming value. ' +
  606. 'value=[{}] vtype=[{}]'.format(type(inc_value), vtype))
  607. return inc_value
  608. @staticmethod
  609. def process_edits(edits, yamlfile):
  610. '''run through a list of edits and process them one-by-one'''
  611. results = []
  612. for edit in edits:
  613. value = Yedit.parse_value(edit['value'], edit.get('value_type', ''))
  614. if edit.get('action') == 'update':
  615. # pylint: disable=line-too-long
  616. curr_value = Yedit.get_curr_value(
  617. Yedit.parse_value(edit.get('curr_value')),
  618. edit.get('curr_value_format'))
  619. rval = yamlfile.update(edit['key'],
  620. value,
  621. edit.get('index'),
  622. curr_value)
  623. elif edit.get('action') == 'append':
  624. rval = yamlfile.append(edit['key'], value)
  625. else:
  626. rval = yamlfile.put(edit['key'], value)
  627. if rval[0]:
  628. results.append({'key': edit['key'], 'edit': rval[1]})
  629. return {'changed': len(results) > 0, 'results': results}
  630. # pylint: disable=too-many-return-statements,too-many-branches
  631. @staticmethod
  632. def run_ansible(params):
  633. '''perform the idempotent crud operations'''
  634. yamlfile = Yedit(filename=params['src'],
  635. backup=params['backup'],
  636. separator=params['separator'])
  637. state = params['state']
  638. if params['src']:
  639. rval = yamlfile.load()
  640. if yamlfile.yaml_dict is None and state != 'present':
  641. return {'failed': True,
  642. 'msg': 'Error opening file [{}]. Verify that the '.format(params['src']) +
  643. 'file exists, that it is has correct permissions, and is valid yaml.'}
  644. if state == 'list':
  645. if params['content']:
  646. content = Yedit.parse_value(params['content'], params['content_type'])
  647. yamlfile.yaml_dict = content
  648. if params['key']:
  649. rval = yamlfile.get(params['key']) or {}
  650. return {'changed': False, 'result': rval, 'state': state}
  651. elif state == 'absent':
  652. if params['content']:
  653. content = Yedit.parse_value(params['content'], params['content_type'])
  654. yamlfile.yaml_dict = content
  655. if params['update']:
  656. rval = yamlfile.pop(params['key'], params['value'])
  657. else:
  658. rval = yamlfile.delete(params['key'])
  659. if rval[0] and params['src']:
  660. yamlfile.write()
  661. return {'changed': rval[0], 'result': rval[1], 'state': state}
  662. elif state == 'present':
  663. # check if content is different than what is in the file
  664. if params['content']:
  665. content = Yedit.parse_value(params['content'], params['content_type'])
  666. # We had no edits to make and the contents are the same
  667. if yamlfile.yaml_dict == content and \
  668. params['value'] is None:
  669. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  670. yamlfile.yaml_dict = content
  671. # If we were passed a key, value then
  672. # we enapsulate it in a list and process it
  673. # Key, Value passed to the module : Converted to Edits list #
  674. edits = []
  675. _edit = {}
  676. if params['value'] is not None:
  677. _edit['value'] = params['value']
  678. _edit['value_type'] = params['value_type']
  679. _edit['key'] = params['key']
  680. if params['update']:
  681. _edit['action'] = 'update'
  682. _edit['curr_value'] = params['curr_value']
  683. _edit['curr_value_format'] = params['curr_value_format']
  684. _edit['index'] = params['index']
  685. elif params['append']:
  686. _edit['action'] = 'append'
  687. edits.append(_edit)
  688. elif params['edits'] is not None:
  689. edits = params['edits']
  690. if edits:
  691. results = Yedit.process_edits(edits, yamlfile)
  692. # if there were changes and a src provided to us we need to write
  693. if results['changed'] and params['src']:
  694. yamlfile.write()
  695. return {'changed': results['changed'], 'result': results['results'], 'state': state}
  696. # no edits to make
  697. if params['src']:
  698. # pylint: disable=redefined-variable-type
  699. rval = yamlfile.write()
  700. return {'changed': rval[0],
  701. 'result': rval[1],
  702. 'state': state}
  703. # We were passed content but no src, key or value, or edits. Return contents in memory
  704. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  705. return {'failed': True, 'msg': 'Unkown state passed'}
  706. # -*- -*- -*- End included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  707. # -*- -*- -*- Begin included fragment: lib/base.py -*- -*- -*-
  708. # pylint: disable=too-many-lines
  709. # noqa: E301,E302,E303,T001
  710. class OpenShiftCLIError(Exception):
  711. '''Exception class for openshiftcli'''
  712. pass
  713. ADDITIONAL_PATH_LOOKUPS = ['/usr/local/bin', os.path.expanduser('~/bin')]
  714. def locate_oc_binary():
  715. ''' Find and return oc binary file '''
  716. # https://github.com/openshift/openshift-ansible/issues/3410
  717. # oc can be in /usr/local/bin in some cases, but that may not
  718. # be in $PATH due to ansible/sudo
  719. paths = os.environ.get("PATH", os.defpath).split(os.pathsep) + ADDITIONAL_PATH_LOOKUPS
  720. oc_binary = 'oc'
  721. # Use shutil.which if it is available, otherwise fallback to a naive path search
  722. try:
  723. which_result = shutil.which(oc_binary, path=os.pathsep.join(paths))
  724. if which_result is not None:
  725. oc_binary = which_result
  726. except AttributeError:
  727. for path in paths:
  728. if os.path.exists(os.path.join(path, oc_binary)):
  729. oc_binary = os.path.join(path, oc_binary)
  730. break
  731. return oc_binary
  732. # pylint: disable=too-few-public-methods
  733. class OpenShiftCLI(object):
  734. ''' Class to wrap the command line tools '''
  735. def __init__(self,
  736. namespace,
  737. kubeconfig='/etc/origin/master/admin.kubeconfig',
  738. verbose=False,
  739. all_namespaces=False):
  740. ''' Constructor for OpenshiftCLI '''
  741. self.namespace = namespace
  742. self.verbose = verbose
  743. self.kubeconfig = Utils.create_tmpfile_copy(kubeconfig)
  744. self.all_namespaces = all_namespaces
  745. self.oc_binary = locate_oc_binary()
  746. # Pylint allows only 5 arguments to be passed.
  747. # pylint: disable=too-many-arguments
  748. def _replace_content(self, resource, rname, content, force=False, sep='.'):
  749. ''' replace the current object with the content '''
  750. res = self._get(resource, rname)
  751. if not res['results']:
  752. return res
  753. fname = Utils.create_tmpfile(rname + '-')
  754. yed = Yedit(fname, res['results'][0], separator=sep)
  755. changes = []
  756. for key, value in content.items():
  757. changes.append(yed.put(key, value))
  758. if any([change[0] for change in changes]):
  759. yed.write()
  760. atexit.register(Utils.cleanup, [fname])
  761. return self._replace(fname, force)
  762. return {'returncode': 0, 'updated': False}
  763. def _replace(self, fname, force=False):
  764. '''replace the current object with oc replace'''
  765. # We are removing the 'resourceVersion' to handle
  766. # a race condition when modifying oc objects
  767. yed = Yedit(fname)
  768. results = yed.delete('metadata.resourceVersion')
  769. if results[0]:
  770. yed.write()
  771. cmd = ['replace', '-f', fname]
  772. if force:
  773. cmd.append('--force')
  774. return self.openshift_cmd(cmd)
  775. def _create_from_content(self, rname, content):
  776. '''create a temporary file and then call oc create on it'''
  777. fname = Utils.create_tmpfile(rname + '-')
  778. yed = Yedit(fname, content=content)
  779. yed.write()
  780. atexit.register(Utils.cleanup, [fname])
  781. return self._create(fname)
  782. def _create(self, fname):
  783. '''call oc create on a filename'''
  784. return self.openshift_cmd(['create', '-f', fname])
  785. def _delete(self, resource, name=None, selector=None):
  786. '''call oc delete on a resource'''
  787. cmd = ['delete', resource]
  788. if selector is not None:
  789. cmd.append('--selector={}'.format(selector))
  790. elif name is not None:
  791. cmd.append(name)
  792. else:
  793. raise OpenShiftCLIError('Either name or selector is required when calling delete.')
  794. return self.openshift_cmd(cmd)
  795. def _process(self, template_name, create=False, params=None, template_data=None): # noqa: E501
  796. '''process a template
  797. template_name: the name of the template to process
  798. create: whether to send to oc create after processing
  799. params: the parameters for the template
  800. template_data: the incoming template's data; instead of a file
  801. '''
  802. cmd = ['process']
  803. if template_data:
  804. cmd.extend(['-f', '-'])
  805. else:
  806. cmd.append(template_name)
  807. if params:
  808. param_str = ["{}={}".format(key, str(value).replace("'", r'"')) for key, value in params.items()]
  809. cmd.append('-v')
  810. cmd.extend(param_str)
  811. results = self.openshift_cmd(cmd, output=True, input_data=template_data)
  812. if results['returncode'] != 0 or not create:
  813. return results
  814. fname = Utils.create_tmpfile(template_name + '-')
  815. yed = Yedit(fname, results['results'])
  816. yed.write()
  817. atexit.register(Utils.cleanup, [fname])
  818. return self.openshift_cmd(['create', '-f', fname])
  819. def _get(self, resource, name=None, selector=None):
  820. '''return a resource by name '''
  821. cmd = ['get', resource]
  822. if selector is not None:
  823. cmd.append('--selector={}'.format(selector))
  824. elif name is not None:
  825. cmd.append(name)
  826. cmd.extend(['-o', 'json'])
  827. rval = self.openshift_cmd(cmd, output=True)
  828. # Ensure results are retuned in an array
  829. if 'items' in rval:
  830. rval['results'] = rval['items']
  831. elif not isinstance(rval['results'], list):
  832. rval['results'] = [rval['results']]
  833. return rval
  834. def _schedulable(self, node=None, selector=None, schedulable=True):
  835. ''' perform oadm manage-node scheduable '''
  836. cmd = ['manage-node']
  837. if node:
  838. cmd.extend(node)
  839. else:
  840. cmd.append('--selector={}'.format(selector))
  841. cmd.append('--schedulable={}'.format(schedulable))
  842. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw') # noqa: E501
  843. def _list_pods(self, node=None, selector=None, pod_selector=None):
  844. ''' perform oadm list pods
  845. node: the node in which to list pods
  846. selector: the label selector filter if provided
  847. pod_selector: the pod selector filter if provided
  848. '''
  849. cmd = ['manage-node']
  850. if node:
  851. cmd.extend(node)
  852. else:
  853. cmd.append('--selector={}'.format(selector))
  854. if pod_selector:
  855. cmd.append('--pod-selector={}'.format(pod_selector))
  856. cmd.extend(['--list-pods', '-o', 'json'])
  857. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  858. # pylint: disable=too-many-arguments
  859. def _evacuate(self, node=None, selector=None, pod_selector=None, dry_run=False, grace_period=None, force=False):
  860. ''' perform oadm manage-node evacuate '''
  861. cmd = ['manage-node']
  862. if node:
  863. cmd.extend(node)
  864. else:
  865. cmd.append('--selector={}'.format(selector))
  866. if dry_run:
  867. cmd.append('--dry-run')
  868. if pod_selector:
  869. cmd.append('--pod-selector={}'.format(pod_selector))
  870. if grace_period:
  871. cmd.append('--grace-period={}'.format(int(grace_period)))
  872. if force:
  873. cmd.append('--force')
  874. cmd.append('--evacuate')
  875. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  876. def _version(self):
  877. ''' return the openshift version'''
  878. return self.openshift_cmd(['version'], output=True, output_type='raw')
  879. def _import_image(self, url=None, name=None, tag=None):
  880. ''' perform image import '''
  881. cmd = ['import-image']
  882. image = '{0}'.format(name)
  883. if tag:
  884. image += ':{0}'.format(tag)
  885. cmd.append(image)
  886. if url:
  887. cmd.append('--from={0}/{1}'.format(url, image))
  888. cmd.append('-n{0}'.format(self.namespace))
  889. cmd.append('--confirm')
  890. return self.openshift_cmd(cmd)
  891. def _run(self, cmds, input_data):
  892. ''' Actually executes the command. This makes mocking easier. '''
  893. curr_env = os.environ.copy()
  894. curr_env.update({'KUBECONFIG': self.kubeconfig})
  895. proc = subprocess.Popen(cmds,
  896. stdin=subprocess.PIPE,
  897. stdout=subprocess.PIPE,
  898. stderr=subprocess.PIPE,
  899. env=curr_env)
  900. stdout, stderr = proc.communicate(input_data)
  901. return proc.returncode, stdout.decode('utf-8'), stderr.decode('utf-8')
  902. # pylint: disable=too-many-arguments,too-many-branches
  903. def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input_data=None):
  904. '''Base command for oc '''
  905. cmds = [self.oc_binary]
  906. if oadm:
  907. cmds.append('adm')
  908. cmds.extend(cmd)
  909. if self.all_namespaces:
  910. cmds.extend(['--all-namespaces'])
  911. elif self.namespace is not None and self.namespace.lower() not in ['none', 'emtpy']: # E501
  912. cmds.extend(['-n', self.namespace])
  913. rval = {}
  914. results = ''
  915. err = None
  916. if self.verbose:
  917. print(' '.join(cmds))
  918. try:
  919. returncode, stdout, stderr = self._run(cmds, input_data)
  920. except OSError as ex:
  921. returncode, stdout, stderr = 1, '', 'Failed to execute {}: {}'.format(subprocess.list2cmdline(cmds), ex)
  922. rval = {"returncode": returncode,
  923. "results": results,
  924. "cmd": ' '.join(cmds)}
  925. if returncode == 0:
  926. if output:
  927. if output_type == 'json':
  928. try:
  929. rval['results'] = json.loads(stdout)
  930. except ValueError as verr:
  931. if "No JSON object could be decoded" in verr.args:
  932. err = verr.args
  933. elif output_type == 'raw':
  934. rval['results'] = stdout
  935. if self.verbose:
  936. print("STDOUT: {0}".format(stdout))
  937. print("STDERR: {0}".format(stderr))
  938. if err:
  939. rval.update({"err": err,
  940. "stderr": stderr,
  941. "stdout": stdout,
  942. "cmd": cmds})
  943. else:
  944. rval.update({"stderr": stderr,
  945. "stdout": stdout,
  946. "results": {}})
  947. return rval
  948. class Utils(object): # pragma: no cover
  949. ''' utilities for openshiftcli modules '''
  950. @staticmethod
  951. def _write(filename, contents):
  952. ''' Actually write the file contents to disk. This helps with mocking. '''
  953. with open(filename, 'w') as sfd:
  954. sfd.write(contents)
  955. @staticmethod
  956. def create_tmp_file_from_contents(rname, data, ftype='yaml'):
  957. ''' create a file in tmp with name and contents'''
  958. tmp = Utils.create_tmpfile(prefix=rname)
  959. if ftype == 'yaml':
  960. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  961. # pylint: disable=no-member
  962. if hasattr(yaml, 'RoundTripDumper'):
  963. Utils._write(tmp, yaml.dump(data, Dumper=yaml.RoundTripDumper))
  964. else:
  965. Utils._write(tmp, yaml.safe_dump(data, default_flow_style=False))
  966. elif ftype == 'json':
  967. Utils._write(tmp, json.dumps(data))
  968. else:
  969. Utils._write(tmp, data)
  970. # Register cleanup when module is done
  971. atexit.register(Utils.cleanup, [tmp])
  972. return tmp
  973. @staticmethod
  974. def create_tmpfile_copy(inc_file):
  975. '''create a temporary copy of a file'''
  976. tmpfile = Utils.create_tmpfile('lib_openshift-')
  977. Utils._write(tmpfile, open(inc_file).read())
  978. # Cleanup the tmpfile
  979. atexit.register(Utils.cleanup, [tmpfile])
  980. return tmpfile
  981. @staticmethod
  982. def create_tmpfile(prefix='tmp'):
  983. ''' Generates and returns a temporary file name '''
  984. with tempfile.NamedTemporaryFile(prefix=prefix, delete=False) as tmp:
  985. return tmp.name
  986. @staticmethod
  987. def create_tmp_files_from_contents(content, content_type=None):
  988. '''Turn an array of dict: filename, content into a files array'''
  989. if not isinstance(content, list):
  990. content = [content]
  991. files = []
  992. for item in content:
  993. path = Utils.create_tmp_file_from_contents(item['path'] + '-',
  994. item['data'],
  995. ftype=content_type)
  996. files.append({'name': os.path.basename(item['path']),
  997. 'path': path})
  998. return files
  999. @staticmethod
  1000. def cleanup(files):
  1001. '''Clean up on exit '''
  1002. for sfile in files:
  1003. if os.path.exists(sfile):
  1004. if os.path.isdir(sfile):
  1005. shutil.rmtree(sfile)
  1006. elif os.path.isfile(sfile):
  1007. os.remove(sfile)
  1008. @staticmethod
  1009. def exists(results, _name):
  1010. ''' Check to see if the results include the name '''
  1011. if not results:
  1012. return False
  1013. if Utils.find_result(results, _name):
  1014. return True
  1015. return False
  1016. @staticmethod
  1017. def find_result(results, _name):
  1018. ''' Find the specified result by name'''
  1019. rval = None
  1020. for result in results:
  1021. if 'metadata' in result and result['metadata']['name'] == _name:
  1022. rval = result
  1023. break
  1024. return rval
  1025. @staticmethod
  1026. def get_resource_file(sfile, sfile_type='yaml'):
  1027. ''' return the service file '''
  1028. contents = None
  1029. with open(sfile) as sfd:
  1030. contents = sfd.read()
  1031. if sfile_type == 'yaml':
  1032. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  1033. # pylint: disable=no-member
  1034. if hasattr(yaml, 'RoundTripLoader'):
  1035. contents = yaml.load(contents, yaml.RoundTripLoader)
  1036. else:
  1037. contents = yaml.safe_load(contents)
  1038. elif sfile_type == 'json':
  1039. contents = json.loads(contents)
  1040. return contents
  1041. @staticmethod
  1042. def filter_versions(stdout):
  1043. ''' filter the oc version output '''
  1044. version_dict = {}
  1045. version_search = ['oc', 'openshift', 'kubernetes']
  1046. for line in stdout.strip().split('\n'):
  1047. for term in version_search:
  1048. if not line:
  1049. continue
  1050. if line.startswith(term):
  1051. version_dict[term] = line.split()[-1]
  1052. # horrible hack to get openshift version in Openshift 3.2
  1053. # By default "oc version in 3.2 does not return an "openshift" version
  1054. if "openshift" not in version_dict:
  1055. version_dict["openshift"] = version_dict["oc"]
  1056. return version_dict
  1057. @staticmethod
  1058. def add_custom_versions(versions):
  1059. ''' create custom versions strings '''
  1060. versions_dict = {}
  1061. for tech, version in versions.items():
  1062. # clean up "-" from version
  1063. if "-" in version:
  1064. version = version.split("-")[0]
  1065. if version.startswith('v'):
  1066. versions_dict[tech + '_numeric'] = version[1:].split('+')[0]
  1067. # "v3.3.0.33" is what we have, we want "3.3"
  1068. versions_dict[tech + '_short'] = version[1:4]
  1069. return versions_dict
  1070. @staticmethod
  1071. def openshift_installed():
  1072. ''' check if openshift is installed '''
  1073. import yum
  1074. yum_base = yum.YumBase()
  1075. if yum_base.rpmdb.searchNevra(name='atomic-openshift'):
  1076. return True
  1077. return False
  1078. # Disabling too-many-branches. This is a yaml dictionary comparison function
  1079. # pylint: disable=too-many-branches,too-many-return-statements,too-many-statements
  1080. @staticmethod
  1081. def check_def_equal(user_def, result_def, skip_keys=None, debug=False):
  1082. ''' Given a user defined definition, compare it with the results given back by our query. '''
  1083. # Currently these values are autogenerated and we do not need to check them
  1084. skip = ['metadata', 'status']
  1085. if skip_keys:
  1086. skip.extend(skip_keys)
  1087. for key, value in result_def.items():
  1088. if key in skip:
  1089. continue
  1090. # Both are lists
  1091. if isinstance(value, list):
  1092. if key not in user_def:
  1093. if debug:
  1094. print('User data does not have key [%s]' % key)
  1095. print('User data: %s' % user_def)
  1096. return False
  1097. if not isinstance(user_def[key], list):
  1098. if debug:
  1099. print('user_def[key] is not a list key=[%s] user_def[key]=%s' % (key, user_def[key]))
  1100. return False
  1101. if len(user_def[key]) != len(value):
  1102. if debug:
  1103. print("List lengths are not equal.")
  1104. print("key=[%s]: user_def[%s] != value[%s]" % (key, len(user_def[key]), len(value)))
  1105. print("user_def: %s" % user_def[key])
  1106. print("value: %s" % value)
  1107. return False
  1108. for values in zip(user_def[key], value):
  1109. if isinstance(values[0], dict) and isinstance(values[1], dict):
  1110. if debug:
  1111. print('sending list - list')
  1112. print(type(values[0]))
  1113. print(type(values[1]))
  1114. result = Utils.check_def_equal(values[0], values[1], skip_keys=skip_keys, debug=debug)
  1115. if not result:
  1116. print('list compare returned false')
  1117. return False
  1118. elif value != user_def[key]:
  1119. if debug:
  1120. print('value should be identical')
  1121. print(user_def[key])
  1122. print(value)
  1123. return False
  1124. # recurse on a dictionary
  1125. elif isinstance(value, dict):
  1126. if key not in user_def:
  1127. if debug:
  1128. print("user_def does not have key [%s]" % key)
  1129. return False
  1130. if not isinstance(user_def[key], dict):
  1131. if debug:
  1132. print("dict returned false: not instance of dict")
  1133. return False
  1134. # before passing ensure keys match
  1135. api_values = set(value.keys()) - set(skip)
  1136. user_values = set(user_def[key].keys()) - set(skip)
  1137. if api_values != user_values:
  1138. if debug:
  1139. print("keys are not equal in dict")
  1140. print(user_values)
  1141. print(api_values)
  1142. return False
  1143. result = Utils.check_def_equal(user_def[key], value, skip_keys=skip_keys, debug=debug)
  1144. if not result:
  1145. if debug:
  1146. print("dict returned false")
  1147. print(result)
  1148. return False
  1149. # Verify each key, value pair is the same
  1150. else:
  1151. if key not in user_def or value != user_def[key]:
  1152. if debug:
  1153. print("value not equal; user_def does not have key")
  1154. print(key)
  1155. print(value)
  1156. if key in user_def:
  1157. print(user_def[key])
  1158. return False
  1159. if debug:
  1160. print('returning true')
  1161. return True
  1162. class OpenShiftCLIConfig(object):
  1163. '''Generic Config'''
  1164. def __init__(self, rname, namespace, kubeconfig, options):
  1165. self.kubeconfig = kubeconfig
  1166. self.name = rname
  1167. self.namespace = namespace
  1168. self._options = options
  1169. @property
  1170. def config_options(self):
  1171. ''' return config options '''
  1172. return self._options
  1173. def to_option_list(self):
  1174. '''return all options as a string'''
  1175. return self.stringify()
  1176. def stringify(self):
  1177. ''' return the options hash as cli params in a string '''
  1178. rval = []
  1179. for key in sorted(self.config_options.keys()):
  1180. data = self.config_options[key]
  1181. if data['include'] \
  1182. and (data['value'] or isinstance(data['value'], int)):
  1183. rval.append('--{}={}'.format(key.replace('_', '-'), data['value']))
  1184. return rval
  1185. # -*- -*- -*- End included fragment: lib/base.py -*- -*- -*-
  1186. # -*- -*- -*- Begin included fragment: lib/user.py -*- -*- -*-
  1187. class UserConfig(object):
  1188. ''' Handle user options '''
  1189. def __init__(self,
  1190. kubeconfig,
  1191. username,
  1192. full_name):
  1193. ''' constructor for handling user options '''
  1194. self.kubeconfig = kubeconfig
  1195. self.username = username
  1196. self.full_name = full_name
  1197. self.data = {}
  1198. self.create_dict()
  1199. def create_dict(self):
  1200. ''' return a user as a dict '''
  1201. self.data['apiVersion'] = 'v1'
  1202. self.data['fullName'] = self.full_name
  1203. self.data['groups'] = None
  1204. self.data['identities'] = None
  1205. self.data['kind'] = 'User'
  1206. self.data['metadata'] = {}
  1207. self.data['metadata']['name'] = self.username
  1208. # pylint: disable=too-many-instance-attributes
  1209. class User(Yedit):
  1210. ''' Class to wrap the oc command line tools '''
  1211. kind = 'user'
  1212. def __init__(self, content):
  1213. '''User constructor'''
  1214. super(User, self).__init__(content=content)
  1215. # -*- -*- -*- End included fragment: lib/user.py -*- -*- -*-
  1216. # -*- -*- -*- Begin included fragment: class/oc_user.py -*- -*- -*-
  1217. # pylint: disable=too-many-instance-attributes
  1218. class OCUser(OpenShiftCLI):
  1219. ''' Class to wrap the oc command line tools '''
  1220. kind = 'users'
  1221. def __init__(self,
  1222. config,
  1223. groups=None,
  1224. verbose=False):
  1225. ''' Constructor for OCUser '''
  1226. # namespace has no meaning for user operations, hardcode to 'default'
  1227. super(OCUser, self).__init__('default', config.kubeconfig)
  1228. self.config = config
  1229. self.groups = groups
  1230. self._user = None
  1231. @property
  1232. def user(self):
  1233. ''' property function user'''
  1234. if not self._user:
  1235. self.get()
  1236. return self._user
  1237. @user.setter
  1238. def user(self, data):
  1239. ''' setter function for user '''
  1240. self._user = data
  1241. def exists(self):
  1242. ''' return whether a user exists '''
  1243. if self.user:
  1244. return True
  1245. return False
  1246. def get(self):
  1247. ''' return user information '''
  1248. result = self._get(self.kind, self.config.username)
  1249. if result['returncode'] == 0:
  1250. self.user = User(content=result['results'][0])
  1251. elif 'users \"%s\" not found' % self.config.username in result['stderr']:
  1252. result['returncode'] = 0
  1253. result['results'] = [{}]
  1254. return result
  1255. def delete(self):
  1256. ''' delete the object '''
  1257. return self._delete(self.kind, self.config.username)
  1258. def create_group_entries(self):
  1259. ''' make entries for user to the provided group list '''
  1260. if self.groups != None:
  1261. for group in self.groups:
  1262. cmd = ['groups', 'add-users', group, self.config.username]
  1263. rval = self.openshift_cmd(cmd, oadm=True)
  1264. if rval['returncode'] != 0:
  1265. return rval
  1266. return rval
  1267. return {'returncode': 0}
  1268. def create(self):
  1269. ''' create the object '''
  1270. rval = self.create_group_entries()
  1271. if rval['returncode'] != 0:
  1272. return rval
  1273. return self._create_from_content(self.config.username, self.config.data)
  1274. def group_update(self):
  1275. ''' update group membership '''
  1276. rval = {'returncode': 0}
  1277. cmd = ['get', 'groups', '-o', 'json']
  1278. all_groups = self.openshift_cmd(cmd, output=True)
  1279. # pylint misindentifying all_groups['results']['items'] type
  1280. # pylint: disable=invalid-sequence-index
  1281. for group in all_groups['results']['items']:
  1282. # If we're supposed to be in this group
  1283. if group['metadata']['name'] in self.groups \
  1284. and (group['users'] is None or self.config.username not in group['users']):
  1285. cmd = ['groups', 'add-users', group['metadata']['name'],
  1286. self.config.username]
  1287. rval = self.openshift_cmd(cmd, oadm=True)
  1288. if rval['returncode'] != 0:
  1289. return rval
  1290. # else if we're in the group, but aren't supposed to be
  1291. elif group['users'] != None and self.config.username in group['users'] \
  1292. and group['metadata']['name'] not in self.groups:
  1293. cmd = ['groups', 'remove-users', group['metadata']['name'],
  1294. self.config.username]
  1295. rval = self.openshift_cmd(cmd, oadm=True)
  1296. if rval['returncode'] != 0:
  1297. return rval
  1298. return rval
  1299. def update(self):
  1300. ''' update the object '''
  1301. rval = self.group_update()
  1302. if rval['returncode'] != 0:
  1303. return rval
  1304. # need to update the user's info
  1305. return self._replace_content(self.kind, self.config.username, self.config.data, force=True)
  1306. def needs_group_update(self):
  1307. ''' check if there are group membership changes '''
  1308. cmd = ['get', 'groups', '-o', 'json']
  1309. all_groups = self.openshift_cmd(cmd, output=True)
  1310. # pylint misindentifying all_groups['results']['items'] type
  1311. # pylint: disable=invalid-sequence-index
  1312. for group in all_groups['results']['items']:
  1313. # If we're supposed to be in this group
  1314. if group['metadata']['name'] in self.groups \
  1315. and (group['users'] is None or self.config.username not in group['users']):
  1316. return True
  1317. # else if we're in the group, but aren't supposed to be
  1318. elif group['users'] != None and self.config.username in group['users'] \
  1319. and group['metadata']['name'] not in self.groups:
  1320. return True
  1321. return False
  1322. def needs_update(self):
  1323. ''' verify an update is needed '''
  1324. skip = []
  1325. if self.needs_group_update():
  1326. return True
  1327. return not Utils.check_def_equal(self.config.data, self.user.yaml_dict, skip_keys=skip, debug=True)
  1328. # pylint: disable=too-many-return-statements
  1329. @staticmethod
  1330. def run_ansible(params, check_mode=False):
  1331. ''' run the idempotent ansible code
  1332. params comes from the ansible portion of this module
  1333. check_mode: does the module support check mode. (module.check_mode)
  1334. '''
  1335. uconfig = UserConfig(params['kubeconfig'],
  1336. params['username'],
  1337. params['full_name'],
  1338. )
  1339. oc_user = OCUser(uconfig, params['groups'],
  1340. verbose=params['debug'])
  1341. state = params['state']
  1342. api_rval = oc_user.get()
  1343. #####
  1344. # Get
  1345. #####
  1346. if state == 'list':
  1347. return {'changed': False, 'results': api_rval['results'], 'state': "list"}
  1348. ########
  1349. # Delete
  1350. ########
  1351. if state == 'absent':
  1352. if oc_user.exists():
  1353. if check_mode:
  1354. return {'changed': False, 'msg': 'Would have performed a delete.'}
  1355. api_rval = oc_user.delete()
  1356. return {'changed': True, 'results': api_rval, 'state': "absent"}
  1357. return {'changed': False, 'state': "absent"}
  1358. if state == 'present':
  1359. ########
  1360. # Create
  1361. ########
  1362. if not oc_user.exists():
  1363. if check_mode:
  1364. return {'changed': False, 'msg': 'Would have performed a create.'}
  1365. # Create it here
  1366. api_rval = oc_user.create()
  1367. if api_rval['returncode'] != 0:
  1368. return {'failed': True, 'msg': api_rval}
  1369. # return the created object
  1370. api_rval = oc_user.get()
  1371. if api_rval['returncode'] != 0:
  1372. return {'failed': True, 'msg': api_rval}
  1373. return {'changed': True, 'results': api_rval, 'state': "present"}
  1374. ########
  1375. # Update
  1376. ########
  1377. if oc_user.needs_update():
  1378. api_rval = oc_user.update()
  1379. if api_rval['returncode'] != 0:
  1380. return {'failed': True, 'msg': api_rval}
  1381. orig_cmd = api_rval['cmd']
  1382. # return the created object
  1383. api_rval = oc_user.get()
  1384. # overwrite the get/list cmd
  1385. api_rval['cmd'] = orig_cmd
  1386. if api_rval['returncode'] != 0:
  1387. return {'failed': True, 'msg': api_rval}
  1388. return {'changed': True, 'results': api_rval, 'state': "present"}
  1389. return {'changed': False, 'results': api_rval, 'state': "present"}
  1390. return {'failed': True,
  1391. 'changed': False,
  1392. 'results': 'Unknown state passed. %s' % state,
  1393. 'state': "unknown"}
  1394. # -*- -*- -*- End included fragment: class/oc_user.py -*- -*- -*-
  1395. # -*- -*- -*- Begin included fragment: ansible/oc_user.py -*- -*- -*-
  1396. def main():
  1397. '''
  1398. ansible oc module for user
  1399. '''
  1400. module = AnsibleModule(
  1401. argument_spec=dict(
  1402. kubeconfig=dict(default='/etc/origin/master/admin.kubeconfig', type='str'),
  1403. state=dict(default='present', type='str',
  1404. choices=['present', 'absent', 'list']),
  1405. debug=dict(default=False, type='bool'),
  1406. username=dict(default=None, type='str'),
  1407. full_name=dict(default=None, type='str'),
  1408. # setting groups for user data will not populate the
  1409. # 'groups' field in the user data.
  1410. # it will call out to the group data and make the user
  1411. # entry there
  1412. groups=dict(default=[], type='list'),
  1413. ),
  1414. supports_check_mode=True,
  1415. )
  1416. results = OCUser.run_ansible(module.params, module.check_mode)
  1417. if 'failed' in results:
  1418. module.fail_json(**results)
  1419. module.exit_json(**results)
  1420. if __name__ == '__main__':
  1421. main()
  1422. # -*- -*- -*- End included fragment: ansible/oc_user.py -*- -*- -*-