oc_serviceaccount.py 60 KB

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