oc_serviceaccount.py 57 KB

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