oc_serviceaccount_secret.py 57 KB

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