oc_serviceaccount.py 59 KB

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